MICR font in FOP as an embedded application..

2004-11-03 Thread Anil R. Pinto
Hi, I have a need to create MICR type fonts within PDF document produced by FOP (0.20.3). I was able to do that using FOP through the command line. Following all the steps as mentioned in http://xml.apache.org/fop/fonts.html I ran the FOP command to create the font-metrics xml file and

FW: MICR font in FOP as an embedded application..

2004-11-03 Thread Anil R. Pinto
-Original Message- From: Anil R. Pinto [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 6:35 PM To: Saptarshi Sen Subject: RE: MICR font in FOP as an embedded application.. Saptarshi, Thanks a bunch for the quick reply. I had a few doubts though. Do the font-metrics xml

Re: MICR font in FOP as an embedded application..

2004-11-03 Thread Chris Bowditch
Anil R. Pinto wrote: snip/ But, the main requirement is to use this behavior with FOp running as an embeded application (using fop.jar). Can someone please guide me to a thread that covers this ? How to use a config file in an embedded environment is described on the website:

chinese characters just working when defined in xsl-fo-page directly

2004-11-03 Thread Christoph Klocker
HI, I got a strange problem, I am using Fop through cocoon. I have embedded the chinese font for displaying the glyphs. The strange thing, if I define the characters like this fo:block font-size=7pt color=rgb(0,160,198) font-family=SimSun#32173;#20063;#32013;/fo:block I got the right result,

Does anyone know of an XSD to DTD converter?

2004-11-03 Thread Jon Steeves
Does anyone know of an XSD to DTD converter? Obviously, it doesn't have to capture all of the info in the XSD. Thanks -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 1:42 PM To: [EMAIL PROTECTED] Subject: Re: !newbie generating pdf

fo failed to process Unicode CJK in servlet

2004-11-03 Thread Ma, Liang
Hi, I don't know if this is right mailing list for the question, but if anyone can give me a clue of the problem, it will be really appreciated I'd like to produce pdf file contains CJK unicode. After including the font in userconfig.xml, I can run fop and get expected pdf file from xml and xsl

Re: Does anyone know of an XSD to DTD converter?

2004-11-03 Thread Mike Ferrando
Jon S., http://www.hitsw.com/xml_utilites/ Have fun, Mike Ferrando Library Technician Music Division Library of Congress Washington, DC 202-707-4454 --- Jon Steeves [EMAIL PROTECTED] wrote: Does anyone know of an XSD to DTD converter? Obviously, it doesn't have to capture all of the info in

Re: Does anyone know of an XSD to DTD converter?

2004-11-03 Thread Mike Ferrando
Jon, If you want XSD to DTD you might use this: http://www.stylusstudio.com/dtd_generator.html Have fun, Mike Ferrando Library Technician Music Division Library of Congress Washington, DC 202-707-4454 --- Jon Steeves [EMAIL PROTECTED] wrote: Does anyone know of an XSD to DTD converter?

Re: Does anyone know of an XSD to DTD converter?

2004-11-03 Thread Mike Ferrando
Jon S., Ok, maybe I will get it right this time. http://www.datawarehouse.com/article/?articleid=3139 It seems that XML SPY allows you to go from XSD to DTD. Mike Ferrando Library Technician Music Division Library of Congress Washington, DC 202-707-4454 --- Jon Steeves [EMAIL PROTECTED]

Re: chinese characters just working when defined in xsl-fo-page directly

2004-11-03 Thread J.Pietschmann
Christoph Klocker wrote: fo:block font-size=7pt color=rgb(0,160,198) font-family=SimSun#32173;#20063;#32013;xsl:value-of select=*[1]//fo:block results in 3 chinese glyphs + #32173;#20063;#32013; where the XML data is: FaaLocTextCH#32173;#20063;#32013;/FaaLocTextCH Looks like double escaping.

Re: fo failed to process Unicode CJK in servlet

2004-11-03 Thread J.Pietschmann
Ma, Liang wrote: However, when I try to generate the same result froma servlet, it failed. Can you detail the failed bit? Like: wrong characters in the PDF, or no PDF generated at all? Can your servlet produce a trivial PDF with standard fonts only? Do you get errors in the log or in the servlet

RE: Does anyone know of an XSD to DTD converter?

2004-11-03 Thread Jon Steeves
Thanks for the help Mike. -Original Message- From: Mike Ferrando [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 10:29 AM To: [EMAIL PROTECTED] Subject: Re: Does anyone know of an XSD to DTD converter? Jon S., Ok, maybe I will get it right this time.