- Posts: 15
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
Cordova, Xamarin, Basic4Android topics are listed here.
How to add an annotation PopUp?
- AntonGerasimenko
- Topic Author
- Offline
- New Member
-
Less
More
11 years 4 weeks ago #8651
by AntonGerasimenko
How to add an annotation PopUp? was created by AntonGerasimenko
Hello, i have problem.
Server interacts with our program requires each text annotations to annotate popup. But radaee plugin not supported to add this annotation(Annotation.getType == 16).
How to add an annotation PopUp?
Server interacts with our program requires each text annotations to annotate popup. But radaee plugin not supported to add this annotation(Annotation.getType == 16).
How to add an annotation PopUp?
11 years 4 weeks ago #8653
by radaee
Replied by radaee on topic How to add an annotation PopUp?
using Page.AddAnnotText to add text note annotation, which has a popup editbox.
- AntonGerasimenko
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
11 years 4 weeks ago #8656
by AntonGerasimenko
Replied by AntonGerasimenko on topic How to add an annotation PopUp?
If I add text annotation using Acrobat Raeder, I get 2 annotations, text id = 1 and annotation popup id = 16.
page.GetAnnotCount() = 2;
page.GetAnnot(0)= 1 (Text annotation)
page.GetAnnot(1)= 16 (Popup annotation)
How do I replicate using plug these two annotations?
My server requires annotations in this form
page.GetAnnotCount() = 2;
page.GetAnnot(0)= 1 (Text annotation)
page.GetAnnot(1)= 16 (Popup annotation)
How do I replicate using plug these two annotations?
My server requires annotations in this form
11 years 4 weeks ago #8670
by support
Replied by support on topic How to add an annotation PopUp?
May you provide a PDF sample?
It will be simpler to understand your need.
It will be simpler to understand your need.
- AntonGerasimenko
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
11 years 3 weeks ago #8681
by AntonGerasimenko
Replied by AntonGerasimenko on topic How to add an annotation PopUp?
Well, here is a sample PDF that I need to get. If I create a text annotation, I need to add an annotation popup (type = 16), as in the attached example. My server only works with this format. How can I add an annotation type = 16?
Thank you for your help.
Thank you for your help.
Time to create page: 0.391 seconds