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
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
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