RE: PS renerer: Text in SVG

2003-01-16 Thread George Yi
It helps in PDF output. Not in PS. I just dug into source code and made some changes. Now text in svg in PS output looks fine. How do I submit the change for guys to review? -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, January 16, 2003 1:45 PM To:

SVG: stroke-dasharray not working in Postscript output

2003-01-16 Thread George Yi
Sign! one problem solved, another comes! I just found out stroke-dasharray not working in Postscript output. Any ways to work around? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: PS renerer: Text in SVG

2003-01-16 Thread George Yi
It's not really a bug. it's a missing feature in PS rendering. (QUADTO segment implemention). George -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, January 16, 2003 2:26 PM To: [EMAIL PROTECTED] Subject: Re: PS renerer: Text in SVG George Yi wrote

RE: Compiling fop

2003-01-17 Thread George Yi
Did you use the build batch file to compile or just use another IDE to compile? Some source files have to be generated by ants before you can compile whole project. What I did is to run build first, then drag folder src under build to a new place. I have been able to compile the project from

RE: Newbie tarred and feathered

2003-06-26 Thread George Yi
Change your file extension from *.tar.tar to *.tar.gz and try a gain. George -Original Message- From: David Hill [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: Newbie tarred and feathered I realize this is hardly a FOP problem, but

RE: JPEG images in Postscript

2003-07-01 Thread George Yi
Could you send a sample fo and jpeg image? -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 9:22 AM To: [EMAIL PROTECTED] Subject: JPEG images in Postscript Hi All, I'm having trouble with Postscript generated by FOP 0.20.5rc3a. I have a

RE: CMKY

2003-10-07 Thread George Yi
I heard Jeremias mentioned Chamelon(Spell) Colour can do the post process but I never tried. George -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 11:59 AM To: [EMAIL PROTECTED] Subject: Re: CMKY Ben Galbraith wrote: FOP does support CMYK

RE: Problems with SVG

2003-10-30 Thread George Yi
Since you use jdk1.4, I have to ask: have you recompile FOP using jdk1.4? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 11:19 AM To: [EMAIL PROTECTED] Subject: RE: Problems with SVG FOP uses Batik to render SVG. It is strongly

RE: SVG output special character

2003-11-12 Thread George Yi
I think this is a bug in PrettyPrinter in batik. If you just dump the SVGDocument into an outputstream, everything is fine. George -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 9:18 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]

RE: how to change the font inside a fo:block without a line break?

2003-12-08 Thread George Yi
Use fo:inline -Original Message- From: Stan Pinte [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 11:39 AM To: [EMAIL PROTECTED] Subject: how to change the font inside a fo:block without a line break? hello, the following is causing a line break before small... fo:blocktest

RE: Square bullets in pdf

2003-12-09 Thread George Yi
Or you can use SVG to draw one yourself -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 10:20 AM To: [EMAIL PROTECTED] Subject: Re: Square bullets in pdf Lucian Opris wrote: Hi, Does anybody know the code for square bullets in pdf?

RE: Change page size

2004-01-30 Thread George Yi
Title: Change page size You can use 2 page sequences to achieve this, talk a look at the examples coming with fop: franklin_2pageseqs.fo. To do this, you have to know how many material you want to dump into each page. George -Original Message- From: Forest, Sebastien

RE: Why is FOP MUCH slower the first time than all other runs?

2004-02-06 Thread George Yi
It needs to load a lot libs, (many IOs ) This happens to all java apps. Not Just FOP. -Original Message- From: Robert Paris [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 10:55 AM To: [EMAIL PROTECTED] Subject: Why is FOP MUCH slower the first time than all other runs? I'm

RE: Why is FOP MUCH slower the first time than all other runs?

2004-02-06 Thread George Yi
One way to work around, you can write an init servlet to load these jars when you start Tomcat. Of cause these will increase Tomcat startup time. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 3:12 PM To: [EMAIL PROTECTED] Subject: Re:

RE: Determine Pagebreaks?

2004-02-10 Thread George Yi
Use break-fore or break-after attr in your block. George -Original Message- From: Readman, Devon [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 10:05 AM To: [EMAIL PROTECTED] Subject: Determine Pagebreaks? Is there anyway in fop 0.20.5 to determine when a page break has

RE: Double-sided letters

2004-02-20 Thread George Yi
What about the example coming with FOP franklin_alt.fo? George -Original Message- From: Matthew Case [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 1:53 PM To: [EMAIL PROTECTED] Subject: Double-sided letters I was wondering if there is an FOP-supported

RE: Security problem with a pdf.

2004-02-24 Thread George Yi
This has nothing to do with FOP. You page has embedded link which is not https. -Original Message- From: Francisco García Leal [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 11:25 AM To: [EMAIL PROTECTED] Subject: Security problem with a pdf. Hello,   I

RE: vertical text align

2004-03-02 Thread George Yi
Looks to me Jan wants something like fo:inline-propogation-direction. -Original Message- From: Manjush G. Menon [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 9:28 AM To: [EMAIL PROTECTED] Subject: Re: vertical text align http://xml.apache.org/fop/fo.html#fo-center-vertical