Re: [iText-questions] extract image information

2009-06-11 Thread Gunther Verhemeldonck
Bruno, Leonard Thanks for your suggestions. It works out just fine ! private void addCharts(PdfWriter writer, Document doc) throws Exception { log.info("Adding charts"); if (pib.charts != null) { for (byte[] chartPDFAsBytes : pib.charts) {

Re: [iText-questions] extract image information

2009-06-11 Thread Leonard Rosenthol
our questions about iText here To Post all your questions about iText here cc Subject Re: [iText-questions] extract image information Gunther Verhemeldonck wrote: > > Hi > > I receive a batch of 3rd party PDF documents containing only one page > with what seems to be 1 big im

Re: [iText-questions] extract image information

2009-06-11 Thread Bruno Lowagie
Gunther Verhemeldonck wrote: > My first attempt used PdfCopyFields to attach the other PDFs. Why PdfCopyFields? You don't mention any forms or form fields. In that case: why would you use PdfCopyFields? > This works as expected, but the footer information isn't attached to the > newly added pa

Re: [iText-questions] extract image information

2009-06-11 Thread Leonard Rosenthol
Type1C is a font stream. Perhaps the PDF doesn't have an image, but is made up of text and/or vector content? Leonard On 6/11/09 11:08 AM, "Gunther Verhemeldonck" wrote: Hi I receive a batch of 3rd party PDF documents containing only one page with what seems to be 1 big image (a chart).

Re: [iText-questions] extract image information

2009-06-11 Thread Bruno Lowagie
Gunther Verhemeldonck wrote: > > Hi > > I receive a batch of 3rd party PDF documents containing only one page > with what seems to be 1 big image (a chart). > I need to concat these files into another document. This works fine > using PDFCopy, but since there is no page event, I loose the foot

[iText-questions] extract image information

2009-06-11 Thread Gunther Verhemeldonck
Hi I receive a batch of 3rd party PDF documents containing only one page with what seems to be 1 big image (a chart). I need to concat these files into another document. This works fine using PDFCopy, but since there is no page event, I loose the footer for those added pages. On a test PDF I