How can I convert an Acrobat XML Form to a "real" PDF - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T07:24:40Z http://stackoverflow.com/feeds/question/468546 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/468546/how-can-i-convert-an-acrobat-xml-form-to-a-real-pdf 0 How can I convert an Acrobat XML Form to a "real" PDF derekwilson 2009-01-22T09:47:35Z 2009-01-22T09:47:35Z <p>I am currently using <a href="http://www.cete.com/Products/DynamicPDF_Merger.csp" rel="nofollow">DynamicPDF Merger for .NET</a> to fill out the fields in an XML Form produced by Adobe Designer (PDF version 1.6 Acrobat 7)</p> <p>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.</p> <p>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).</p> <p>Is there any way we can reproduce this "Print to PDF" on an ASP.NET web server?</p>