FOnt config

2014-06-04 Thread Donald Paul Winston
In my installation I have a config.xml and userconfig.xml. I'd like to add a Code39 font (Code39.pfa) How do I do this? ./fop.sh -c conf/userconfig.xml -xml US20140137301P1-20140515.XML -xsl masthead.xsl -pdf masthead.pdf [ERROR] unknown font Times New Roman,normal,bold so defaulted font to

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
This does not work. fonts directoryC:\MyFonts1/directory directory recursive=trueC:\MyFonts2/directory auto-detect/ /fonts the DTD does not support directory or auto-detect -- View this message in context:

RE: FOnt config

2014-06-04 Thread Amick, Eric
I use auto-detect with no difficulty, and I'm sure plenty of people use the other features as well. Which version of FOP are you using? You should probably post the actual config file you're using. -Original Message- From: Donald Paul Winston [mailto:satchwins...@yahoo.com] Sent:

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
FOP 0.20.5 oops, I don’t know where I got this. I see FOP 1-1 has an fop.xconf file which jives with what I see in the examples. On Jun 4, 2014, at 12:06 PM, Amick, Eric eric.am...@mail.house.gov wrote: I use auto-detect with no difficulty, and I'm sure plenty of people use the other

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
My fop.xconf is has the following: renderers renderer mime=application/pdf filterList !-- provides compression using zlib flate (default is on) -- valueflate/value !-- encodes binary data into printable ascii characters (default off) This provides

Re: FOnt config

2014-06-04 Thread Rob Sargent
Don't worry about the metrics. Add the system default directory. (Last I saw you were not finding Times Roman.) On 06/04/2014 10:59 AM, Donald Paul Winston wrote: My fop.xconf is has the following: renderers renderer mime=application/pdf filterList !-- provides compression

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
There's a zillion fonts in System/Library/Fonts that Apache FOP does not support and I get a stack trace saying I ran out of heap space. Donald Paul Winston On Jun 4, 2014, at 1:12 PM, Rob Sargent rsarg...@xmission.com wrote: system default directory

Re: FOnt config

2014-06-04 Thread Rob Sargent
copy (or link) each of the ones FOP needs (from your first post) to your dir. That stack trace might be interesting too, since it shouldn't really beloading the unreferenced fonts. On 06/04/2014 11:26 AM, Donald Paul Winston wrote: There's a zillion fonts in System/Library/Fonts that Apache

Re: FOnt config

2014-06-04 Thread Donald Paul Winston
I found a True Type barcode font that works(Archon Code 39 Barcode). The Code39.pfa/Code30.afm needs extra configuration to get it to work. Thanks Donald Paul Winston On Jun 4, 2014, at 12:17 PM, Donald Paul Winston satchwins...@yahoo.com.INVALID wrote: FOP 0.20.5 oops, I don’t know