RE: font missing warning

2011-02-02 Thread Eric Douglas
Obviously it means it can't find the font. auto-detect is usually not a good idea. It depends on the font file being found on the machine it's running on. What file contains that font triplet? Is that installed on the production machine? Obviously it's either not installed there or there's

Re: font missing warning

2011-02-02 Thread mehdi houshmand
Hi Roberto, You can do 1 of 2 things, either a) place the font in the correct folder or b) you can be explicit about the location of the font (http://xmlgraphics.apache.org/fop/0.95/configuration.html#renderers). I'd suggest that you go for the latter rather than the former as it gives you better

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning Obviously it means it can't find the font. auto-detect is usually not a good idea. It depends on the font file being found on the machine it's running on. What file contains that font triplet? Is that installed

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
...@bioreference.com -Original Message- From: mehdi houshmand [mailto:med1...@gmail.com] Sent: Wednesday, February 02, 2011 9:32 AM To: fop-users@xmlgraphics.apache.org Subject: Re: font missing warning Hi Roberto, You can do 1 of 2 things, either a) place the font in the correct folder or b) you

RE: font missing warning

2011-02-02 Thread Eric Douglas
? From: Roberto Cahanap [mailto:rcaha...@bioreference.com] Sent: Wednesday, February 02, 2011 9:57 AM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning Hello Eric, What I don't understand is that a simple page does not get this error and finds

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
: Wednesday, February 02, 2011 10:04 AM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning That depends what you mean by simple versus not simple. It would be a lot easier to understand what you're talking about if you have one that works and one that doesn't work on the same

RE: font missing warning

2011-02-02 Thread Eric Douglas
are fully supported in FOP 0.95. Can you try 1.0, or test a different type of font? From: Roberto Cahanap [mailto:rcaha...@bioreference.com] Sent: Wednesday, February 02, 2011 10:29 AM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning Eric

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
: Wednesday, February 02, 2011 10:49 AM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning If it's not working at all on the production server then if it is actually working on the test server that suggests the search path is wrong. Have you tried hardcoding the path? If it's

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
] Sent: Wednesday, February 02, 2011 10:49 AM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning If it's not working at all on the production server then if it is actually working on the test server that suggests the search path is wrong. Have you tried hardcoding the path

RE: font missing warning

2011-02-02 Thread Eric Douglas
, February 02, 2011 11:16 AM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning Eric, Our Test server's fonts are located in the C: drive. The Production server's fonts are located in the H: drive (that's where Windows was installed). How do I tell FOP that the fonts

Re: font missing warning

2011-02-02 Thread Jeremias Maerki
Normally, FOP puts the fop-fonts.cache file in user.home/.fop. If that directory is not writable the cache file is put into the temp directory. It could indeed help to delete the cache file. If there was a problem loading a particular font, it can get flagged as invalid and won't be loaded again

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
-users@xmlgraphics.apache.org Subject: Re: font missing warning Normally, FOP puts the fop-fonts.cache file in user.home/.fop. If that directory is not writable the cache file is put into the temp directory. It could indeed help to delete the cache file. If there was a problem loading a particular font

Re: font missing warning

2011-02-02 Thread Jeremias Maerki
Maerki [mailto:d...@jeremias-maerki.ch] Sent: Wednesday, February 02, 2011 12:22 PM To: fop-users@xmlgraphics.apache.org Subject: Re: font missing warning Normally, FOP puts the fop-fonts.cache file in user.home/.fop. If that directory is not writable the cache file is put into the temp

RE: font missing warning

2011-02-02 Thread Eric Douglas
that. -Original Message- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: Wednesday, February 02, 2011 1:35 PM To: fop-users@xmlgraphics.apache.org Subject: Re: font missing warning Check the environment (set on Windows). Look for the TEMP entry. It's TEMP=C:\Users\Jeremias\AppData

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
. Thanks for your suggestions. -Original Message- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: Wednesday, February 02, 2011 1:35 PM To: fop-users@xmlgraphics.apache.org Subject: Re: font missing warning Check the environment (set on Windows). Look for the TEMP entry. It's

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
@xmlgraphics.apache.org Subject: RE: font missing warning Remote debugging means assumptions or questions or both. I started by assuming this user like most is running from a command line. Finding the fonts correctly is a lot easier from embedded code. It's even easier if I can compile the fonts into a jar

RE: font missing warning

2011-02-02 Thread Eric Douglas
, February 02, 2011 2:08 PM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning compile the fonts into a jar... Yikes! That's foreign language to me, that sounds like java talk. Still testing and getting advice... :-) -Original Message- From: Eric Douglas

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
@xmlgraphics.apache.org Subject: RE: font missing warning Yes. If you're using FOP you're running Java. Somewhere you have a file fop.jar. To compile the fonts into a jar you would need a Java editor (Eclipse, Netbeans). To use them as such you'd have to write your own Java code. That's the path I'm going. Fop

RE: font missing warning

2011-02-02 Thread Eric Douglas
, February 02, 2011 2:52 PM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning I'm getting somewhere... On the Test server, I renamed conf.xconf. When I tried to create the pdf from the Test server, I get this: WARNING: Font 'Consolas,normal,400' not found. Substituting with 'any

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
: Eric Douglas [mailto:edoug...@blockhouse.com] Sent: Wednesday, February 02, 2011 3:01 PM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning Those are arguments. The bat accepts arguments as a pass value. So it's just Fop.bat -xsl \temp\roberto\test2.xsl -xml \temp\roberto

Re: font missing warning

2011-02-02 Thread mehdi houshmand
Douglas [mailto:edoug...@blockhouse.com] Sent: Wednesday, February 02, 2011 3:01 PM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning Those are arguments.  The bat accepts arguments as a pass value.  So it's just Fop.bat -xsl \temp\roberto\test2.xsl -xml \temp\roberto

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
@xmlgraphics.apache.org Subject: Re: font missing warning I don't know if this is an option for you, but why don't you just create another batch script that contains the arguments. That way you can leave the working code working and configure another batch script. Mehdi On 2 February 2011 20:01, Roberto Cahanap

RE: font missing warning

2011-02-02 Thread Eric Douglas
- From: Eric Douglas [mailto:edoug...@blockhouse.com] Sent: Wednesday, February 02, 2011 3:01 PM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning Those are arguments. The bat accepts arguments as a pass value. So it's just Fop.bat -xsl \temp\roberto\test2.xsl -xml \temp

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
home and shovel from this North East (U.S.) winter storm. Thank you again folks! -Roberto -Original Message- From: Eric Douglas [mailto:edoug...@blockhouse.com] Sent: Wednesday, February 02, 2011 3:09 PM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning If you can