Rank: Advanced Member
Groups: Registered
Joined: 10/13/2017(UTC) Posts: 52  Location: Freiburg Thanks: 3 times
|
Hi, I'm loading a pdf file with formfields in pdfviewer and set the values of each field. After that I want flat the page in the viewer so no fields are shown only the values. There is a method PdfViewer.Document.Pages[x].FlattenPage(a) but nothing happens:
pdfViewer.LoadDocument(pdfFile) pdfViewer.Document.FormFill.InterForm.Fields["x"].Value = "ksdf"; pdfViewer.Document.Pages[0].FlattenPage(FlattenFlags.NormalDisplay);
How can I solve this? Thanks for your time.
Regards 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)
|
After flattening, you need to save the document and reopen it in the viewer
|
|
|
|
|
|
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