RE: font missing warning

2011-02-02 Thread Roberto Cahanap
can now go 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

RE: font missing warning

2011-02-02 Thread Eric Douglas
Original Message- 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 \tem

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, Rober

Re: font missing warning

2011-02-02 Thread mehdi houshmand
-Original Message- > 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 ju

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
- 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.xs

RE: font missing warning

2011-02-02 Thread Eric Douglas
Sent: Wednesday, 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'

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
ry 02, 2011 2:43 PM To: fop-users@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 you

RE: font missing warning

2011-02-02 Thread Eric Douglas
berto Cahanap [mailto:rcaha...@bioreference.com] Sent: Wednesday, 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 tes

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
M To: fop-users@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

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
remote debugging is hard. 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

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

Re: font missing warning

2011-02-02 Thread Jeremias Maerki
ould that be > on a Windows system? > > Thank you again. > > > -Original Message- > From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] > Sent: Wednesday, February 02, 2011 12:22 PM > To: fop-users@xmlgraphics.apache.org > Subject: Re: font missing warn

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
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 /.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 pr

Re: font missing warning

2011-02-02 Thread Jeremias Maerki
Normally, FOP puts the "fop-fonts.cache" file in /.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 later. O

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
I did this now, but still not the correct font: h:\Windows\fonts From: Eric Douglas [mailto:edoug...@blockhouse.com] Sent: Wednesday, February 02, 2011 11:21 AM To: fop-users@xmlgraphics.apache.org Subject: RE: font missing warning We're assuming it is correctly finding and usin

RE: font missing warning

2011-02-02 Thread Eric Douglas
esday, 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 FO

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
ug...@blockhouse.com] 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 trie

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
.com] 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 th

RE: font missing warning

2011-02-02 Thread Eric Douglas
nType fonts 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

RE: font missing warning

2011-02-02 Thread Roberto Cahanap
m From: Eric Douglas [mailto:edoug...@blockhouse.com] Sent: 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 h

RE: font missing warning

2011-02-02 Thread Eric Douglas
or fo file? 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

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 Roberto Cahanap
ary 02, 2011 9:19 AM 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 trip

Re: font missing warning

2011-02-02 Thread mehdi houshmand
> Sent: Wednesday, February 02, 2011 9:12 AM > To: fop-users@xmlgraphics.apache.org > Subject: font missing warning > > Hello! > > > > We are getting this warning when we try to create a PDF: > > > > Feb 1, 2011 4:35:03 PM org.apache.fop.fonts.FontInfo notifyFon

RE: font missing warning

2011-02-02 Thread Eric Douglas
here or there's something different about the search path. From: Roberto Cahanap [mailto:rcaha...@bioreference.com] Sent: Wednesday, February 02, 2011 9:12 AM To: fop-users@xmlgraphics.apache.org Subject: font missing warning Hello! We are getting this wa

font missing warning

2011-02-02 Thread Roberto Cahanap
Hello! We are getting this warning when we try to create a PDF: Feb 1, 2011 4:35:03 PM org.apache.fop.fonts.FontInfo notifyFontReplacement WARNING: Font 'Consolas,normal,400' not found. Substituting with 'any,normal,400'. Our environment - we have another program that creates the XML and XSL. W