Re: Error including a PDF inside another PDF

2011-06-17 Thread mehdi houshmand
Hi Jose, The ERROR message is the key here, it's indicative of an absence of an image loader for PDFs. You need to have the FOP-pdf-images JAR to your class path, you can get the JAR from this link http://www.jeremias-maerki.ch/download/fop/pdf-images/ and to put it in your class path, the

RE: Error including a PDF inside another PDF

2011-06-17 Thread Theresa Jayne Forster
Subject: Re: Error including a PDF inside another PDF Hi Jose, The ERROR message is the key here, it's indicative of an absence of an image loader for PDFs. You need to have the FOP-pdf-images JAR to your class path, you can get the JAR from this link http://www.jeremias-maerki.ch/download/fop/pdf

Re: Error including a PDF inside another PDF

2011-06-17 Thread mehdi houshmand
-pdf-images.jar to extract thumbnails of PDFs? Kindest regards Theresa Forster Senior Software Developer -Original Message- From: mehdi houshmand [mailto:med1...@gmail.com] Sent: 17 June 2011 08:00 To: fop-users@xmlgraphics.apache.org Subject: Re: Error including a PDF inside

RE: Error including a PDF inside another PDF

2011-06-17 Thread Theresa Jayne Forster
: Error including a PDF inside another PDF Hi Theresa, To put it simply, no. As far as I'm aware and I've done some testing of this, FOP-pdf-images doesn't resize/rescale PDFs it only crops. Hope that helps Mehdi

Re: Error including a PDF inside another PDF

2011-06-17 Thread mehdi houshmand
Subject: Re: Error including a PDF inside another PDF Hi Theresa, To put it simply, no. As far as I'm aware and I've done some testing of this, FOP-pdf-images doesn't resize/rescale PDFs it only crops. Hope that helps Mehdi

Re: Error including a PDF inside another PDF

2011-06-16 Thread JOSE L MARTINEZ-AVIAL
Hi, I'm using FOP 0.95 to add an address cover to a PDF I receive. I'm doign this: fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; xsl:call-template name=letter-layout-portrait/ xsl:call-template name=address/ fox:external-document content-type=pdf src=prueba.pdf/ /fo:root The