error in pdf with tiff image inside which was created by fop

2009-11-25 Thread lexa2009
hi. i use fop 0.95 and create pdf document. i have a tiff image with compression CCITT4 http://old.nabble.com/file/p26509340/0375.tif 0375.tif and want to see it in pdf, so i use this xsl file with any xml document. ?xml version=1.0 encoding=UTF-8? xsl:stylesheet version=1.0

Japanese fonts in SVG fop 0.95

2009-11-25 Thread Lucian Opris
Hi All, I switched to fop 0.95 successfully and now I encounter another problem. The Japanese Fonts inside SVG are showing as # even if the font-family inside SVG is correct. Attached are the files I’m using with command line. Is this issue related to Batik used in the new FOP? I was

Re: Japanese fonts in SVG fop 0.95

2009-11-25 Thread Pascal Sancho
Hi, Batik uses the fonts installed on the host rather than thoses indicated in the FOP config file. You have to install used fonts directly on the local system to have the correct font with text in SVG. Pascal Lucian Opris a écrit : Hi All, I switched to fop 0.95 successfully and now I

[DEBUG] Last page-sequence produced 3 pages.

2009-11-25 Thread Pardha Paruchuri
Hi, I have a WordML file that I am trying to convert into PDF using FOP 0.20.5, is giving below error. ; SystemID: file:///E:/FOP/fop-0.20.5-bin/fop-0.20.5/pageLayout.xsl; Line#: 160; Column#: 43 javax.xml.transform.TransformerException: java.lang.ClassCastException at

Re: Post Script file is not getting processed by FOP 9.4

2009-11-25 Thread Jeremias Maerki
Your EPS file is not detected as EPS file because of the %%BoundingBox: (atend) is not properly handled in PreloaderEPS.java (in XML Graphics Commons). When I move the respective entries from the trailer to the header, FOP processes the EPS file, but GhostScript complains about a stack

Re: error in pdf with tiff image inside which was created by fop

2009-11-25 Thread Jeremias Maerki
The TIFF contains multiple strips but our code didn't detect that due to a bug. I've just fixed that: http://svn.apache.org/viewvc?rev=884276view=rev Please download XML Graphics Commons Trunk [1] via Subversion, build it and replace the generated JAR in your application's classpath. That should

Re: Japanese fonts in SVG fop 0.95

2009-11-25 Thread Jeremias Maerki
Pascal is right. The fonts actually need to be available to both FOP (via configuration) and Batik (via the operating system and AWT). If Batik doesn't have access to the font it replaces it and that may cause FOP to select a font that doesn't have the glyphs you need. On 25.11.2009 15:31:18

Re: Use SVG group/element-id values as labels in pdf; SVG to PDF; FOP 0.95

2009-11-25 Thread Jeremias Maerki
Do you mean named destinations? If yes, that's not supported from within SVG. I don't have Illustrator, so I can't find out what exactly it would look for. Maybe you can post a small Illustrator example so I can find out what it is you're looking for. I might be able to give some pointers. But at

Re: [DEBUG] Last page-sequence produced 3 pages.

2009-11-25 Thread J.Pietschmann
On 25.11.2009 20:56, Pardha Paruchuri wrote: I have a WordML file that I am trying to convert into PDF using FOP 0.20.5, is giving below error. ... Caused by: java.lang.ClassCastException For FOP 0.20.5, this usually indicates a violation of the XSLFO schema; a common case is producing

RE: Japanese fonts in SVG fop 0.95

2009-11-25 Thread Lucian Opris
Hi, Do you have an idea how to install fonts via the operating system and AWT for Batik? I never did such a thing before. I will of course goggle it but in case someone did it before it would be nice to have instructions. Thanks a lot again Lucian Opris -Original Message- From:

Re: New experimental hyphenation patterns

2009-11-25 Thread J.Pietschmann
On 25.11.2009 21:40, Simon Pepping wrote: When a language uses various alternative spelling rules, some descriptive suffix is appended to the file name, e.g. de_1901; users who prefer these pattern files over the default ones will have to rename the pattern files in the jar file. Hmm. I'd

Re: Japanese fonts in SVG fop 0.95

2009-11-25 Thread Jeremias Maerki
Very simple: just install the fonts as if you had to install them for any other application (like a word processor) that uses system fonts. So the actual installation depends on your operating system. Check the documentation of your operating system for detailed instructions. On 25.11.2009