|
|
After flattening, you need to save the document and reopen it in the viewer
|
|
|
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
|
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