Re: [iText-questions] PdfCopy ignores manipulations on directContent

2010-05-27 Thread eplischke
still last question, how is it possible to retrieve the content from a PdfImportedPage or from PdfReader? Say, the page contains an object (i.e. image) located at center and I want to copy only that object, not the entire page? -- View this message in context: http://itext-general.2136553.n4.na

Re: [iText-questions] PdfCopy ignores manipulations on directContent

2010-05-27 Thread eplischke
thank you for the fast reply! I unfortunately dont have had a time to dive into the book prior to use a library, however I consider buying it if iText gets me to the goal :-) Ok, I see that you've described that in the book, but why did you not secure appropriate methods? Ideally, the API would

Re: [iText-questions] PdfCopy ignores manipulations on directContent

2010-05-27 Thread Bruno Lowagie
E Plischke wrote: > Hi, following instruction has no effect: > > [CODE] > > pdfCopy.getDirectContent().addTemplate( > pdfCopy.getImportedPage(pdfReader, 1), tagetAffineTransform > ); > > [/CODE] > > is this a bug or do I miss something? That's not a bug. As documented

[iText-questions] PdfCopy ignores manipulations on directContent

2010-05-27 Thread E Plischke
Hi, following instruction has no effect: [CODE] pdfCopy.getDirectContent().addTemplate( pdfCopy.getImportedPage(pdfReader, 1), tagetAffineTransform ); [/CODE] is this a bug or do I miss something? My usecase: i want to merge some pages from source PDF into a new Docum