Rank: Advanced Member
Groups: Registered
Joined: 10/13/2017(UTC) Posts: 52  Location: Freiburg Thanks: 3 times
|
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
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
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
|
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/13/2017(UTC) Posts: 52  Location: Freiburg Thanks: 3 times
|
Hi Paul, thank you for your answer. I will try it.
|
|
|
|
|
|
Forum Jump
You can post new topics in this forum.
You can reply to topics in this forum.
You can delete your posts in this forum.
You can edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close