Re: [iText-questions] Image problems

2007-11-27 Thread KronosBB
Hi, can absolutely no one help me?? KronosBB wrote: > > Hi, > > i have a problem by painting an Image to a pdf file. Here are some parts > of my code: > > Document document = new Document(); > File pdfDir = ... > File outFile = File.createTempFile("test", ".pdf", pdfDir); > outFile.delet

[iText-questions] Image problems

2007-11-22 Thread KronosBB
Hi, i have a problem by painting an Image to a pdf file. Here are some parts of my code: Document document = new Document(); File pdfDir = ... File outFile = File.createTempFile("test", ".pdf", pdfDir); outFile.deleteOnExit(); PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStre

[iText-questions] image problems

2002-04-24 Thread Chad Brandt
I am creating pdf files that have images through out the file and I am encountering the following problems: When the image is aligned in the center and it is the last thing on the document and the image is to large to fit on the existing page. Itext does not create a new page with the image, i