Search found 2 matches

by radshat
Wed Dec 13, 2017 12:31 am
Forum: DocuVieware
Topic: Adding multiline rich text
Replies: 4
Views: 7817

Adding multiline rich text

I need to be able to create multiline rich text annotation. The Acrobat JavaScript API reference allows the following. What is the equivalent in GdPicture? I don't mind doing this as a custom action on the server side. var annot = this.addAnnot({ page: 0, type: "Text", point: [72,500], pop...
by radshat
Tue Dec 12, 2017 5:57 pm
Forum: DocuVieware
Topic: Evaluation Questions - Adding annotation to all pages
Replies: 1
Views: 5904

Evaluation Questions - Adding annotation to all pages

Hi, I would like to evaluate DocuVieware being integrated within our ASP.NET MVC application and would just like to ask a few questions. I need to add annotations to a PDF programmatically. I see this can be done through JavaScript or through a Custom Action on the Server-Side. What I could not figu...