Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
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 (322)
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, ∼4133🔥, 0💬
Popular Posts:
How to perform XML Schema validation with dom\Writer.java provided in the Apache Xerces package? You...
ZooKeeper is a centralized service for maintaining configuration information, naming, providing dist...
How to download and install ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is a Java 5 J...
How to download and install JDK (Java Development Kit) 8? If you want to write Java applications, yo...
What Is log4j-1.2.13.jar? I got the JAR file from logging-log4j-1.2.13.zip .log4j-1.2.13.jar is the ...