Hi,
We've problems adding documents generated with Adobe Professional 7.x to a
pdf document created with itext-1.01.jar. Sometimes the pages are printed
out of range or rotated, sometimes the page appears empty.
Using Adobe Professional 6.x, we've not problems.
We extract pages from first docum
Hi!
I'm using PdfWriter.fitsPage() method. Although fitsPage() method returns
false, when I add the Table to the document it is added at the end of the
current page. I need to know the total number of pages of the document
before the Table is added (if the Table is going to be inserted at current
Hi,
I'm trying to add a pdf document to my pdf document and I wanted to resize the original pages to write them into a delimited area of the 2nd document (my pdf document). I'm using setHeight and setWidth methods of PdfImportedPage (inherited from PdfContentByte) to resize the pages but I've not