Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Generate K3.xml Metrics File in FOP
How to generate K3.xml Metrics File in FOP? The k3.xml provided in FOP is outdated.
✍: FYIcenter.com
K3.xml is the font metrics file for displaying barcode images.
The K3.xml provided in FOP is outdated.
But we can regenerate it using the fop.jar:
fyicenter> cd \local\fop-2.x\fop fyicenter> copy examples\fo\advanced\K3.xml examples\fo\advanced\K3-original.xml fyicenter> set FOP_PATH=\local\fop-2.2\fop fyicenter> java -cp %FOP_PATH%\build\fop.jar; %FOP_PATH%\lib\xercesImpl-2.9.1.jar; %FOP_PATH%\lib\xalan-2.7.2.jar; %FOP_PATH%\lib\avalon-framework-4.3.1.jar; %FOP_PATH%\lib\commons-logging-1.0.4.jar; %FOP_PATH%\lib\commons-io-1.3.1.jar; %FOP_PATH%\lib\serializer-2.7.2.jar; %FOP_PATH%\lib\xmlgraphics-commons-2.2.jar org.apache.fop.fonts.apps.TTFReader -d examples\fo\advanced\K3.ttf examples\fo\advanced\K3.xml ... org.apache.fop.fonts.apps.TTFReader main INFO: TTF Reader for Apache FOP 2.2 ... org.apache.fop.fonts.apps.TTFReader main INFO: Parsing font... ... org.apache.fop.fonts.apps.TTFReader loadTTF INFO: Reading examples\fo\advanced\K3.ttf... ... org.apache.fop.fonts.apps.TTFReader loadTTF INFO: Font Family: [Keith Dimmock's 3 of 9 Barcode, New] ... org.apache.fop.fonts.apps.TTFReader constructFontXML INFO: Creating xml font file... ... org.apache.fop.fonts.apps.TTFReader main INFO: Creating CID encoded metrics... ... org.apache.fop.fonts.apps.AbstractFontReader writeFontXML INFO: Writing xml font file examples\fo\advanced\K3.xml... ... org.apache.fop.fonts.apps.TTFReader main INFO: This font contains no embedding license restrictions. ... org.apache.fop.fonts.apps.TTFReader main INFO: XML font metrics file successfully created.
⇒ Run barcode.fo Example in FOP
2016-07-03, 3424👍, 0💬
Popular Posts:
Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apa...
Apache Log4j Core Implementation provides the functional components of the logging system. Users are...
What Is commons-lang3-3.1.jar? commons-lang3-3.1.jar is the JAR file for Apache Commons Lang 3.1, wh...
What Is HttpComponents httpclient-4.2.2.jar? HttpComponents httpclient-4.2.2.jar is the JAR file for...
What Is jaxb-impl-2.1.12.jar? Java Architecture for XML Binding (JAXB) is a Java API that allows Jav...