Re: [iText-questions] top Margin overwritten when reading in another pdf

2005-07-11 Thread Bruno Lowagie
SDUNDM02 wrote: (knip) float xPositionOnPage = 0 ; float yPositionOnPage = 0 ; (knip) cb.addTemplate(page1, xPositionOnPage, yPositionOnPage); (knip) I could not find a solution to positon the start of the read-in document at an absolute position. To me it se

[iText-questions] top Margin overwritten when reading in another pdf

2005-07-11 Thread SDUNDM02
Hi, I encounterd the following problem while reading in an other pdf-document into my current document with the following method: public void insertAnotherPDFDocument(byte[] pdfIn) throws IOException, DocumentException{ PdfReader reader = new PdfReader(pdfIn); int n = re