[css2xslfo-support] css2fopnew1_4_2.jar, -fc arg doesn't seem to work
Brought to you by:
wdonne
From: Brad C. <bk...@mu...> - 2007-08-21 02:01:26
|
I'm running css2fopnew1_4_2.jar with the p7 patch. When I run it like this, sending .html to stdin:: cat my.htm | java -jar /opt/fop/lib/css2fopnew1_4_2_patched.jar -fc $CSSDIR/bar.conf.xml -pdf $2 The output PDF does not have the barcode font where it should be. I see this output: Aug 20, 2007 9:58:16 PM org.apache.fop.fonts.FontInfo notifyFontReplacement WARNING: Font 'barcode,normal,400' not found. Substituting with 'any,normal,400' But if I run the code like this, it works: cat my.html | java -jar /opt/fop/lib/css2xslfo1_4_2.jar -fo /dev/stdout | /opt/fop/fop -fo /dev/stdin -c $CSSDIR/bar.conf.xml -pdf $2 Do I mis-understand the -fc option maybe? -- Brad Clements, bk...@mu... (315)268-1000 http://www.murkworks.com AOL-IM: BKClements |