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