I am currently using DynamicPDF Merger for .NET to fill out the fields in an XML Form produced by Adobe Designer (PDF version 1.6 Acrobat 7)
The XML Form PDF is big (1.5 MB) because each word is a seperate object. We do not want to rebuild the PDF from scratch if possible.
If I use "Print to PDF" then the file is turned into a "real" PDF (not a form) and is then very small (72 KB).
Is there any way we can reproduce this "Print to PDF" on an ASP.NET web server?