- Posts: 34
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Submit your requests and polls about new features
Support for PDF Bookmarks
- sparklellama
- Topic Author
- Offline
- Junior Member
-
Less
More
IP: 192.168.0.70
12 years 1 month ago #5000
by sparklellama
Support for PDF Bookmarks was created by sparklellama
Hi there
Support for adding / removing / navigating to PDF bookmarks is especially important for our application, particularly for our legal clients. Is this on the roadmap at all?
Cheers, Joe.
Support for adding / removing / navigating to PDF bookmarks is especially important for our application, particularly for our legal clients. Is this on the roadmap at all?
Cheers, Joe.
IP: 192.168.0.70
12 years 1 month ago #5003
by radaee
Replied by radaee on topic Support for PDF Bookmarks
no UI for this.
but you can invoke:
Document.GetRootOutline()
Outline.AddChild();
Outline.AddNext();
Outline.Remove()
Outline.SetTitle();
Outline.GetChild();
Outline.GetNext();
and so on.
but you can invoke:
Document.GetRootOutline()
Outline.AddChild();
Outline.AddNext();
Outline.Remove()
Outline.SetTitle();
Outline.GetChild();
Outline.GetNext();
and so on.
- sparklellama
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 0
IP: 192.168.0.70
12 years 1 month ago #5058
by sparklellama
Replied by sparklellama on topic Support for PDF Bookmarks
Thank you very much. This looks great. One thing our customers require is support for setting the colour of bookmarks. This can be done in Adobe Acrobat Pro on the desktop. Is there any plan to support setting / reading the colour of bookmarks in your API in future?
IP: 192.168.0.158
12 years 1 month ago #5063
by nermeen
Replied by nermeen on topic Support for PDF Bookmarks
You can change it by changing Global.selColor
- sparklellama
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 0
IP: 192.168.0.70
12 years 1 month ago #5075
by sparklellama
Replied by sparklellama on topic Support for PDF Bookmarks
I have bookmarks displaying now. Looking really good. Is there any way of reading the bookmark's colour back out again after you have set it?
- sparklellama
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 0
IP: 192.168.0.70
12 years 3 weeks ago #5104
by sparklellama
Replied by sparklellama on topic Support for PDF Bookmarks
Hi guys. Still haven't been able to find an answer to this. Is there any way to read a bookmark's colour? Setting the colour is fine, but reading a previously assigned colour is a problem.
Time to create page: 0.399 seconds