|
|
|
|
|
I have figured out the printing issue Needed to add FPDF_ANNOT to the Viewer Render Flags.
|
|
|
I have recently started looking into this and have some questions. I can load a pdf form document into the viewer and enter information into the fields. Using the print button off the main toolbar the pdfViewer only prints the base document not the filled in form. I also have tried saving the filled in form by iterating through the page collection and calling FlattenPage and ended up with only the base document with form fields intact. I am loading the documents with: Code:PdfViewer1.LoadDocument("pdfdocument.pdf")
And attempting the flattenPage with: Code:
Dim result As Enums.FlattenResults
For Each page As Net.PdfPage In PdfViewer1.Document.Pages
result = page.FlattenPage(Enums.FlattenFlags.NormalDisplay)
Next
|
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