Search found 3 matches

by yuancn
Thu Aug 09, 2018 3:16 pm
Forum: Annotations
Topic: AddAnnotationFromXML
Replies: 13
Views: 24773

Re: AddAnnotationFromXML

Cedric, Thanks a lot for your help and your code works for me perfectly. The reason that I need a PDF File is that our API needs to return the byte[] of the PDF file with the annotations. Not sure if the AnnotationManager can do that. Now, I need to set up the annotation properties, such as location...
by yuancn
Mon Aug 06, 2018 6:01 pm
Forum: Annotations
Topic: AddAnnotationFromXML
Replies: 13
Views: 24773

Re: AddAnnotationFromXML

Hi Cedric, Thanks for your quick response. What I am doing is on server side, which is a web API function. Here is how my code look like: using (var pdfFile1 = new GdPicturePDF()) { pdfFile1.LoadFromFile($"c:\\temp\\1 page II.pdf", true); pdfFile1.SetOrigin(PdfOrigin.PdfOriginTopLeft); pdf...
by yuancn
Mon Aug 06, 2018 5:24 pm
Forum: Annotations
Topic: AddAnnotationFromXML
Replies: 13
Views: 24773

Re: AddAnnotationFromXML

Hi Kevin, I am having the same issue that the AddAnnotationFromXML does not add the annotation. Could you please share your solution here?

Thanks a lot in advance.