- Posts: 6
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Reading annotations in another application
IP: 37.214.25.239
5 years 10 months ago #15015
by ShadMaxim
Reading annotations in another application was created by ShadMaxim
Hi, Radaee. There is a problem in reading annotations in another application. I insert annotations in my application and it looks like this (Picture 1), then I save and open the PDF document in another application (for example Adobe Acrobat), the result is shown in Picture 2, the annotation is visible, but not clickable. Is it possible to make it clickable as in Picture 1
IP: 93.36.222.154
5 years 10 months ago #15021
by nermeen
Replied by nermeen on topic Reading annotations in another application
Dear User,
We've checked with the demo project and couldn't reproduce this issue.
Can you please send us the pdf to check it?
We've checked with the demo project and couldn't reproduce this issue.
Can you please send us the pdf to check it?
IP: 178.120.35.19
5 years 10 months ago - 5 years 10 months ago #15022
by ShadMaxim
Replied by ShadMaxim on topic Reading annotations in another application
Thanks for the answer.
Corrected errors, now everything works well.
Tell me when you click on the annotation in a third-party application (for example Adobe Acrobat), from which fields the information is read: is it only with annotation.GetPopupText() or does it read some other fields?
Corrected errors, now everything works well.
Tell me when you click on the annotation in a third-party application (for example Adobe Acrobat), from which fields the information is read: is it only with annotation.GetPopupText() or does it read some other fields?
Last edit: 5 years 10 months ago by ShadMaxim.
IP: 93.36.222.154
5 years 10 months ago #15023
by nermeen
Replied by nermeen on topic Reading annotations in another application
Which information you are referring to, it mostly depends on the annotation type, for some there may be other fields.
IP: 178.121.80.121
5 years 10 months ago - 5 years 10 months ago #15024
by ShadMaxim
Replied by ShadMaxim on topic Reading annotations in another application
Could you tell us more in detail, I am interested in such types of annotations as Ink, Text (where GetType () = 1 and 15), or give a link where you can read about it, thanks.
Last edit: 5 years 10 months ago by ShadMaxim.
IP: 93.36.222.154
5 years 10 months ago #15026
by nermeen
Replied by nermeen on topic Reading annotations in another application
You can check
PDF reference 1.7
(Chapter 8.4.5 Annotation Types)...
In Radaee SDK some of the information are available via Annotation.GetXXX APIs, more advanced info are available via Annotation advanced properties (requires premium license)
In Radaee SDK some of the information are available via Annotation.GetXXX APIs, more advanced info are available via Annotation advanced properties (requires premium license)
Time to create page: 0.445 seconds