0
votes
1answer
173 views

How can I create a PCL document with Apache FOP 1.0 from an XML with Japanese characters?

I know this should be an easy thing, but when I try to generate a PCL document from an XML (via XSL), the Japanese characters show up really pixellated. Apache FOP 1.0 Java 1.6.0_27 I've set up a ...
1
vote
1answer
383 views

How to convert Japanese OTF fonts to use with FOP

I need to generate a Japanese language PDF document formatted with a Japanese font, using Formatting Objects Processor (FOP). I have a few potential OTF fonts that I would like to use. Unfortunately, ...
1
vote
3answers
2k views

In Apache FOP, how do I set the font base programmatically, and still have the fonts from <directory> loaded?

I'm using Apache FOP 1.0. The code is running on different servers, so I put the fonts in each server's instance root. My plan is to set the font base programmatically (to the server instance root, ...
0
votes
1answer
324 views

Integration of own fonts into the XSL/FOP

I'm using FOP to generate PDF reports. The problem is I need the DIN-Regular font instead of the default Times New Roman. Can anybody tall me how to change the font? I'm using fop-0.94.boc.02 version. ...
1
vote
1answer
1k views

Issue rendering truetype font in SVG

I'm having an issue with the rendering of a truetype font inside an svg being rendered to a pdf through fop. In the final pdf the font comes out with Times New Roman instead of the truetype font I ...
3
votes
1answer
3k views

Apache FOP: Displaying UTF-8 Characters in PDF (without embed?)

I'm trying to use FOP to export a PDF with UTF-8 characters, preferably without needing to embed the font. The following code: <fo:block font="10pt Helvetica" text-align="justify" ...