Userconfig.xml for FOP within an applet.

2005-02-06 Thread Manoj_Nair
As you might know I have successfully got the Japanese fonts to be displayed on PDF by using the userconfig.xml file to load the MSGOTHIC.TTF fonts. In this case I was running a servlet which used FOP to convert the XML file on the webserver ( weblogic) to PDF and then open it using acrobat.I want

cvs commit: xml-fop userconfig.xml

2004-01-01 Thread pbwest
pbwest 2004/01/01 16:23:31 Added: .Tag: FOP_0-20-0_Alt-Design userconfig.xml Log: Moved example userconfig out of conf directory. Revision ChangesPath No revision No revision 1.1.2.1 +99 -0 xml-fop/Attic

cvs commit: xml-fop/conf userconfig.xml

2003-12-27 Thread pbwest
pbwest 2003/12/27 21:50:33 Removed: conf Tag: FOP_0-20-0_Alt-Design userconfig.xml Log: Removed from CVS control. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/conf userconfig.xml

2003-07-10 Thread pbwest
pbwest 2003/07/10 05:38:35 Modified:conf Tag: FOP_0-20-0_Alt-Design userconfig.xml Log: Made test examples paths relative. Revision ChangesPath No revision No revision 1.5.4.4 +2 -2 xml-fop/conf/Attic

cvs commit: xml-fop/conf userconfig.xml

2003-07-03 Thread pbwest
pbwest 2003/07/03 20:37:16 Modified:conf Tag: FOP_0-20-0_Alt-Design userconfig.xml Log: Cosmetics. Revision ChangesPath No revision No revision 1.5.4.3 +0 -4 xml-fop/conf/Attic/userconfig.xml Index

cvs commit: xml-fop/build/classes/conf config.dtd config.xml userconfig.xml xml-lang.xml xml-lang.xsl

2003-03-15 Thread pbwest
pbwest 2003/03/15 19:28:57 Removed: build/classes/conf Tag: FOP_0-20-0_Alt-Design config.dtd config.xml userconfig.xml xml-lang.xml xml-lang.xsl Log: Removed build klidge. - To unsubscribe

cvs commit: xml-fop/conf userconfig.xml

2002-11-11 Thread jeremias
jeremias2002/11/11 01:53:21 Modified:conf Tag: fop-0_20_2-maintain userconfig.xml Log: Document fontBaseDir configuration entry and provide example. Revision ChangesPath No revision No revision 1.5.2.2 +16 -3

Problem reading userconfig.xml on UNIX

2002-11-11 Thread Müller, Markus
Hi there, I have trouble using the userconfig.xml on UNIX. FOP generates these messages: -- some lines omitted -- [DEBUG] OPTIONS [DEBUG] user configuration file: /u/BSK27/fop0.20.4/conf/userconfig.xml [DEBUG] debug mode on [DEBUG] dump configuration [DEBUG] quiet mode on [DEBUG] Using

Re: Problem reading userconfig.xml on UNIX

2002-11-11 Thread Oleg Tkachenko
Müller, Markus wrote: I have trouble using the userconfig.xml on UNIX. FOP generates these messages: ... Please don't crosspost to both lists. See my answer in fop-user list. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

cvs commit: xml-fop/build/classes/conf userconfig.xml

2002-10-08 Thread pbwest
pbwest 2002/10/08 21:42:14 Modified:build/classes/conf Tag: FOP_0-20-0_Alt-Design userconfig.xml Log: Changed location of debugging test file. Revision ChangesPath No revision No revision 1.1.2.2 +2 -7 xml-fop

cvs commit: xml-fop/conf userconfig.xml

2002-10-08 Thread pbwest
pbwest 2002/10/08 21:43:32 Modified:conf Tag: FOP_0-20-0_Alt-Design userconfig.xml Log: Changed location of debugging test file. Revision ChangesPath No revision No revision 1.5.4.2 +2 -7 xml-fop/conf/Attic

baseDir entry in userconfig.xml

2002-07-10 Thread Oleg Tkachenko
Hello! btw, baseDir entry in userconfig.xml is still marked as NOT IMPLEMENTED, but I believe it does implemented and works already. -- Oleg Tkachenko Multiconn International, Israel - To unsubscribe, e-mail: [EMAIL

cvs commit: xml-fop/conf xml-lang.xml config.xml userconfig.xml config.dtd

2002-05-07 Thread pbwest
pbwest 02/05/07 07:42:59 Modified:conf Tag: FOP_0-20-0_Alt-Design config.xml userconfig.xml config.dtd Added: conf Tag: FOP_0-20-0_Alt-Design xml-lang.xml Log: Initial checkin of versions for experimental code. Revision ChangesPath

Re: userconfig.xml

2002-03-13 Thread David B. Bitton
. If I try File file =3D new File(userconfig.xml), where=20 is it looking relative to the class file requesting the file? =20 No, he is looking relative to the path you started java from. =20 Greets,=20 Christian =20

Re: userconfig.xml

2002-03-12 Thread David B. Bitton
PROTECTED] Sent: Tuesday, March 12, 2002 2:55 AM Subject: AW: userconfig.xml Yeah. If I try File file = new File(userconfig.xml), where is it looking relative to the class file requesting the file? No, he is looking relative to the path you started java from. Greets, Christian

Re: userconfig.xml

2002-03-10 Thread Polly Tsang
Yes, Thank you so much. At 10:47 AM 2002/3/8 -0500, you wrote: In the context of a servlet, where would I place userconfig.xml file relative to the webapps dir, and what path would I use to retrieve the file. According to java.io API JavaDoc file, a relative path is relative to the user's home

Re: userconfig.xml

2002-03-08 Thread David B. Bitton
In the context of a servlet, where would I place userconfig.xml file relative to the webapps dir, and what path would I use to retrieve the file. According to java.io API JavaDoc file, a relative path is relative to the user's home dir. Would I actually have to say: File file = new File(c

userconfig.xml

2002-03-07 Thread Polly Tsang
Hi all, How can I use userconfig in embedding servlet programs? I don't understand the following 2 statements that included in xml.apache.org web page. Could someone give a brief sample code about this? userConfigFile = new File(userConfig); options = new Options(userConfigFile);

Re: userconfig.xml

2002-03-07 Thread Peter B. West
at org.apache.fop.configuration.Configuration for the access methods. Look at the example config.xml and userconfig.xml in xml-fop/conf to see what sort of data is stored in there. Hmm This seems to crop up a bit. Maybe something like a static Options.configure() would be less confusing

how to set userconfig.xml using org.apache.fop.apps.Driver

2001-12-11 Thread Gabrovsky, Ivaylo
Hi all, I found some font metric *.xml files and edited my conf\userconfig.xml to use them. What is equivalent of fop -c conf\userconfig.xml ... rendering with org.apache.fop.apps.Driver? Thank you. Ivaylo - To unsubscribe, e

Re: how to set userconfig.xml using org.apache.fop.apps.Driver

2001-12-11 Thread Claus Nielsen
try { File userConfigFile = new File(userconfig.xml); Options options = new Options(userConfigFile); } catch (FOPException e) {} Driver driver = new Driver(); This should do it. Claus