Re: Help needed on Image rendering

2012-06-27 Thread Rob Sargent
Can you show that the file(s) do(es) in fact exist? And that they are no zero-length files? On 06/27/2012 12:34 PM, Musale, Meenakshi - GEXPRO wrote: Hi Rob, Attached code.zip contains 1. xml file which is having data used for PDF generation. 2. xsl file which has FOP tags for generating PDF.

RE: Help needed on Image rendering

2012-06-27 Thread Musale, Meenakshi - GEXPRO
Hi Rob, I am sorry which files are you asking, image file or any other file? If you are asking about image file then, yes these files exist and no zero length files. I had attached image zip in my previous email which are being used in xml file. Regards, Meenakshi Musale Web Operations IGate

RE: Help needed on Image rendering

2012-06-27 Thread Musale, Meenakshi - GEXPRO
As an FYI.. I am using below jars. 1. avalon-framework-4.2.0.jar 2. barcode4j.jar 3. barcode4j-fop-ext.jar 4. barcode4j-fop-ext-complete.jar 5. batik-all-1.7.jar 6. classes12.jar 7. commons-io-1.3.1.jar 8.commons-logging-1.0.4.jar 9.fop.jar 10. fop-hyph.jar 11. serializer-2.7.0.jar 12.

Re: Help needed on Image rendering

2012-06-27 Thread Luis Bernardo
I used your *.xml and *.xsl files, fixed the image paths, and ran from the command line: macmaxi:code lbernardo$ ../../Documents/fop-1.0/fop -xml test.xml -xsl test.xsl -pdf test.pdf 21 | grep SEVERE | sort -u SEVERE: Couldn't find hyphenation pattern en SEVERE: Image not found. URI:

RE: Help needed on Image rendering

2012-06-27 Thread Musale, Meenakshi - GEXPRO
Hi, How did you fix the issue?. can you please elaborate and if possible can you send me generated catalog? From: Luis Bernardo [mailto:lmpmberna...@gmail.com] Sent: Wednesday, June 27, 2012 7:38 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Help needed