TIFF file generation from XSL-FO

2013-01-21 Thread nanda
Our application has XSL-FO. We have requirement to generate TIFF file output combining the XML data XSL-FO format. I am checking the feasibility to use FOP as Java API or command line in Linux platform. Please help me where how i can start. A sample example to generate TIFF will be great --

Re: TIFF file generation from XSL-FO

2013-01-21 Thread Pascal Sancho
Hi, You should have a look to [1] fop output formats there is a -tiff option on command line interface. The TIFF section [2] gives further info about TIFF configuration. [1] http://xmlgraphics.apache.org/fop/1.1/output.html [2] http://xmlgraphics.apache.org/fop/1.1/output.html#bitmap 2013/1/18

Hyphenation

2013-01-21 Thread markus.sticker.epos
Hi there, I wonder about the hyphenation in fop or offo, because if I try to hyphenate computermonitor = com-puter-mon-it-or and computer_monitor = computer_monitor So I tried to extend the rules but I didn't get a better result. I tried to add more patterns in the user

RE: Hyphenation

2013-01-21 Thread Robert Meyer
Hi, Not sure about the first one, but there was a patch I submitted a couple of weeks ago regarding FOP not breaking words with an underline. This can be seen here: https://issues.apache.org/jira/browse/FOP-2044 The patch is still waiting to be reviewed, so it might be worth looking out for