logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
paleise Posted: Wednesday, November 6, 2019 3:37:38 AM(UTC)
 
Hi Paul, thank you for your answer. I will try it.
Paul Rayman Posted: Wednesday, November 6, 2019 3:33:46 AM(UTC)
 
Tryto load document without PdfForms

Code:
var doc = PdfDocument.Load(@"test.pdf", null);
pdfViewer1.Document = doc;


Also you should youse FPDF_ANNOT render flag in this case.
Please read more about this flag here:
https://forum.patagames....g-of-the-FPDF-ANNOT-flag
paleise Posted: Monday, November 4, 2019 1:32:06 AM(UTC)
 
Hi,
I'm showing pdf file with some fields in the pdfViewer. I want to disable/enable edit of form fields with button. I'm able to disable/enable the the viewer, but then I can not scroll the document.

Thanks for your time.
Peter