Re: Unknown Error

2006-04-05 Thread Chris Bowditch
kralik wrote: Please HELP! I tried to use FOP Trunk version, but I always get following message: *Exception in thread main java.lang.NoClassDefFoundError: org/apache/fop/cli/Main* This is a classpath problem. Look into FOP.bat and you will see that it references some files with .jar

Page number and ref-id - FOPException : The id already exists

2006-04-05 Thread Cedric Augustin
Hello,We curently have a customized servlet to generate PDF for various projects in production. This servlet is build on fop version 0.20.5. We do not plan to switch to new version unless version 1.0.Until now, I never had to create a document with a sumary including page number. I just try

Gif and RTF

2006-04-05 Thread Ian Boston
Hi, I noticed a post on GIF RTF on Jan 09, 2006. (reporting it isnt supported as yet) Are there plans to fix it, or has it been fixed ? If not can I submit a patch to make it work (transcoding GIF to PNG or JPG) ? If so where ? I am intending to use it in sakaiproject wiki tool

Re: Unknown Error

2006-04-05 Thread kralik
Thanks for your advice. It was my mistake, that I tried to run UNCOMPILED FOP Trunk. I found something about it (ANT, ...) and now it's OK. I am looser :-) -- View this message in context: http://www.nabble.com/Unknown-Error-t1395660.html#a3760740 Sent from the FOP - Users forum at Nabble.com.

Re: Gif and RTF

2006-04-05 Thread Chris Bowditch
Ian Boston wrote: Hi, I noticed a post on GIF RTF on Jan 09, 2006. (reporting it isnt supported as yet) Are there plans to fix it, or has it been fixed ? I don't think anyone has done this yet. If not can I submit a patch to make it work (transcoding GIF to PNG or JPG) ? Yes please :)

RE: Page number and ref-id - FOPException : The id already exists

2006-04-05 Thread Pascal Sancho
-Original Message- From: Cedric Augustin [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 10:15 AM We curently have a customized servlet to generate PDF for various projects in production. This servlet is build on fop version 0.20.5. We do not plan to switch to new

Couldn't find hyphenation pattern

2006-04-05 Thread kralik
Hello! I have a problem with FOP Trunk. If I run FOP, it transform my document, but without hyphenation. Statement of FOP always ends with following message: Couldn't find hyphenation pattern cs In previous version (0.91beta) was hyphenation OK. I assumed, that hyphenation of Czech and Slovak

Error while creating metric file

2006-04-05 Thread Archana Visveswaran, ASDC Chennai
Hi, I am using fop-0.20.5. I need to create a metric file for Webdings, OCR font and Symbol. But I get the following error: Reading C:\WINNT\Fonts\Symbol.ttf... Number of glyphs in font: 192 Unicode cmap table not present java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

Re: Couldn't find hyphenation pattern

2006-04-05 Thread Chris Bowditch
kralik wrote: Hello! I have a problem with FOP Trunk. If I run FOP, it transform my document, but without hyphenation. Statement of FOP always ends with following message: *Couldn't find hyphenation pattern cs* Did you download the fop-hyph.jar available separately from OFFO? The hypenation

Fop 0.92 and php transparency.

2006-04-05 Thread Pierre-Yves Landuré
Hi, i'm need png alpha layer in some of my pdf, and i was wondering if fop 0.92 is supporting png alpha layer for transparency ? i remember that fop 0.20.5 don't support it. Thanx for help Pierre-Yves Landur

Re: Couldn't find hyphenation pattern

2006-04-05 Thread Jeremias Maerki
I don't see any problems with hyphenation in the latest FOP Trunk. I suspect the JAR file with the hyphenation patterns (from http://offo.sf.net) is not on your classpath. It may have gone lost when you went from 0.91beta to Trunk. On 05.04.2006 11:45:45 kralik wrote: Hello! I have a

Re: Error while creating metric file

2006-04-05 Thread Jeremias Maerki
Indeed, Windows' Webdings and Symbol TrueType fonts cannot be processed by TTFReader and can therefore not be used with FOP at the moment. For the Symbol font this is not tragic because the Symbol font is one of the base14 fonts which are simply available in FOP. For the other fonts, this is a

Re: Couldn't find hyphenation pattern

2006-04-05 Thread kralik
With OFFO is now hyphenation OK. But in FOP 0.91beta I had no file fo-hyph.jar in my lib folder or in classpath and hyphenation was OK too. I don't understand it. Pavel Tyl -- View this message in context: http://www.nabble.com/Couldn%27t-find-hyphenation-pattern-t1398418.html#a3762935 Sent

Re: Fop 0.92 and php transparency.

2006-04-05 Thread Jeremias Maerki
Yes, PNG images with alpha channel are supported in PDF, but not necessarily in other output formats (like PostScript format, for example). On 05.04.2006 13:17:50 Pierre-Yves Landuré wrote: i'm need png alpha layer in some of my pdf, and i was wondering if fop 0.92 is supporting png alpha

Re: Error while creating metric file

2006-04-05 Thread Jeremias Maerki
Are you sure that FOP picks up your userconfig.xml (-c on the command-line)? If I use your triplet for the OCR font with one of my fonts, it works fine. On 05.04.2006 15:55:24 Archana Visveswaran, ASDC Chennai wrote: Oops! I have now changed the userconfig file. I still get the same error.

RE: Couldn't find hyphenation pattern

2006-04-05 Thread Pascal Sancho
-Original Message- From: kralik [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 2:01 PM With OFFO is now hyphenation OK. But in FOP 0.91beta I had no file fo-hyph.jar in my lib folder or in classpath and hyphenation was OK too. I don't understand it. Some hyphenation

Re: Error while creating metric file

2006-04-05 Thread Jeremias Maerki
See here: http://xmlgraphics.apache.org/fop/0.20.5/embedding.html#config-external On 05.04.2006 16:57:51 Archana Visveswaran, ASDC Chennai wrote: Right! When I used fop -c option from my command line, the file gets converted well. But I have a Java application that does this conversion.