Posts Tagged PDF
FOP: Embedding fonts from classpath
If you’re using Apache FOP to create PDF/A you’re forced to embed all fonts (even the base 14 fonts). Generally there are two options how to embed the fonts:
- Let FOP auto-detect the fonts
- Create a font metrics file and tell FOP where to find it
Recent Comments