javascript: missing list information in richContents ?

Forum for the PDF-XChange Editor - Free and Licensed Versions

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
Mathew
User
Posts: 204
Joined: Thu Jun 19, 2014 7:30 pm

javascript: missing list information in richContents ?

Post by Mathew »

When getting a text annotation's richContents, PDF x-change seems to miss something related to lists.

To reproduce: If you make a text box annotation with a numbered list in it, such as
  1. item 1
  2. item 2
  3. etc
then select it and run the following in the javascript window, just replacing the richContents with those provided by PDF Xchange:

Code: Select all

this.selectedAnnots[0].richContents = this.selectedAnnots[0].richContents
The list numbering will be removed.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17820
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: javascript: missing list information in richContents ?

Post by Tracker Supp-Stefan »

Hello Mathew,

I will need to pass this on to our devs for further investigation!

Kind regards,
Stefan
Post Reply