Search found 8 matches

by jkolpanen
Mon Oct 07, 2019 3:43 pm
Forum: DocuVieware
Topic: Viewing PDF's Sticky Note Text
Replies: 1
Views: 8419

Viewing PDF's Sticky Note Text

Hello, Is there a way in which to view the PDF's sticky note text when viewing the PDF document in the viewer? If not, is there a way to convert them to an annotation? Thanks P.S. I did notice that the GdPicture.NET had this functionality on their development roadmap back in 2017. (https://www.gdpic...
by jkolpanen
Fri Oct 04, 2019 7:36 pm
Forum: PDF
Topic: Stickey not from adobe in the viewer?
Replies: 7
Views: 10765

Re: Stickey not from adobe in the viewer?

Was this functionality ever implemented?

Sincerely,

John K.
by jkolpanen
Fri Aug 23, 2019 5:35 pm
Forum: DocuVieware
Topic: DocuVieware Annotation Timeout
Replies: 2
Views: 4712

Re: DocuVieware Annotation Timeout

Hello, We tried that. We tried setting the timeout in the code behind and in the web form control's code. Nothing seemed to work, until we changed the DocuViewareSessionStateMode to "File". Now the assigned timeout appears to be working properly. Is it possible that the server's/applicatio...
by jkolpanen
Tue Aug 20, 2019 9:44 pm
Forum: DocuVieware
Topic: DocuVieware Annotation Timeout
Replies: 2
Views: 4712

DocuVieware Annotation Timeout

Hello, Is there a way to set/extend the timeout of the annotation objects that can be applied to a document? What we are experiencing is that when an annotation is applied to a document without being saved within 20 minutes of its creation the annotations are lost when we try to capture the annotati...
by jkolpanen
Mon Oct 29, 2018 4:40 pm
Forum: Annotations
Topic: Page Number of Annotation
Replies: 2
Views: 10515

Re: Page Number of Annotation

Here is the answer to the question, Support assisted with this. //Capture Document if (dvContracts.GetNativePDF(out GdPicture14.GdPicturePDF gdPic) == GdPicture14.GdPictureStatus.OK) { //Initialize Annotation Manager using (GdPicture14.AnnotationManager annMgr = new GdPicture14.AnnotationManager()) ...
by jkolpanen
Wed Sep 19, 2018 7:27 pm
Forum: DocuVieware
Topic: Null Reference error when using SetAnnotDefaultAuthor
Replies: 2
Views: 4678

Re: Null Reference error when using SetAnnotDefaultAuthor

The issue has been fixed and will be applied to the next update (per support).
by jkolpanen
Wed Sep 12, 2018 1:04 pm
Forum: Annotations
Topic: Page Number of Annotation
Replies: 2
Views: 10515

Page Number of Annotation

Is there a way in which to capture the page number of which an annotation resides? We are looking to build an external list of all annotations that reside within a document, and would like to be able to reference which page they reside, so that we can quickly guide the user back to the annotation wi...
by jkolpanen
Tue Sep 11, 2018 5:32 pm
Forum: DocuVieware
Topic: Null Reference error when using SetAnnotDefaultAuthor
Replies: 2
Views: 4678

Null Reference error when using SetAnnotDefaultAuthor

When I assign a default author to the annotations within the DocuViewareAPI, using the SetAnnotDefaultAuthor, I receive the following JavaScript error when I try to use the selected text "Highlight/Strikeout/Underline" options available when right clicking the selection: Unable to set prop...