tags:

views:

49

answers:

0

I have a size problem with some PDFs that I build with Itextsharp and C#. Indeed each page is only an image, wide as the page, that I create thru GetInstance from a bitmap, and then Set on the page after scaling. It seems I cannot control the format of the image into the PDF, that is, the object int othe resulting PDF structure doesn't show the compression type in the header. does anybody know if I can change that format, can i choose in some way the image object compression into the PDF (Tiff/jpg could be enough).... Thanks Sav