I have an application that takes user input and merges it with some other specs to generate a simulated paper form that can be filled out on line or printed. When it is generated and saved to disk (or byte stream), it doesn't matter what compression level I use, the single page document is over 350K. This is way too big for a single page document. I've generated reports using DynamicPDF that were 100 pages that weren't this big. The form contains, Labels, FormattedTextAreas, and possibly some solid color rectangles and/or small circles that simulate radio buttons. Any suggestions?