Re: [iText-questions] iText DPI

2009-05-06 Thread 1T3XT info
Eugen Denk wrote: > > Dear all, > > I'm just testing the software "iText" for creating PDF files. > I have a question: How or where can I set the DPI resolution of the > created PDF file? The concept of DPI doesn't exist when you're creating a document containing vector data. > I need a resol

Re: [iText-questions] iText DPI

2009-05-06 Thread Paulo Soares
From http://itextdocs.lowagie.com/tutorial/objects/images/index.php: Note that the resolution of an image that is added without scaling will be 72dpi by default. If an image is placed with a scaling of 50% the the resolution will be 144. With lower scalings the resolution will increase because

Re: [iText-questions] iText DPI

2009-05-06 Thread Leonard Rosenthol
PDF files don't have a DPI - PDF is a resolution independent format. If you are adding a JPEG, then the resolution of the original JPEG adjusted by the scaling transform that you apply to the image when you add it will determine its practical resolution. Leonard On 5/6/09 2:25 PM, "Eugen Denk