PS renerer: Text in SVG

2003-01-16 Thread Zhong Yi
I look at the fop generated PS file. Seems to me the Text in SVG is drawn into PS file instead of using PS show command to display it. Am I correct on this? If so, how difficult to change the code to use PS command to display Text within SVG? Thanks. George

Re: footnote-problem

2003-01-16 Thread Wolle
Hi J., thank you very much for the hints. i will try it bye wolfgang [EMAIL PROTECTED] wrote: * i tried to use footnotes in my double-sided layout. i also have on the * bottom of each page a page-number and/or text. i did exactly the same as * in the * columns.fo (examples/footnotes

Text on last page

2003-01-16 Thread Jiri_Nejedly
I have a simple report - a few pages of text. I would like to put a special line (who and when printed this document) on the last page only. The line should be at the bottom of the last page, no matter where the previous text ends. Is there some simple solution ? Thanks.

why some talbe cells have thiner border?

2003-01-16 Thread dongjiang tang
Hi, I am define all the border of my cell the same border, but some of them are thiner, any idea? this the piece of code: fo:table-cell padding-top=3pt padding-right=5pt display-align=after border-bottom-style=solid border-bottom-width=2pt border-top-style=solid border-top-width=2pt

RE: why some talbe cells have thiner border?

2003-01-16 Thread Dudley, Mark
Dtang, Does it print out this way or is it an artifact of the PDF display? I have noticed differences between the display and the print output in the past. Mark Dudley Xerox Corporation -Original Message- From: dongjiang tang [mailto:[EMAIL PROTECTED] Sent: Thursday, January 16, 2003

RE: why some talbe cells have thiner border?

2003-01-16 Thread robert_hitchins
I have noticed this too...it appears to be a matter of how the exact positioning of the borders is done. I created a form with several boxes on it and I had to play around with the xslt for quite a while before I got all of the box borders to coincide exactly on the printed form (we made the

Re: why some talbe cells have thiner border?

2003-01-16 Thread dongjiang tang
You are right! the print is fine and if you change the zoom, it also become even at certain point. thank you Mark! dongjiang - Original Message - From: Dudley, Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 11:04 AM Subject: RE: why some talbe cells have

Re: Text on last page

2003-01-16 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I have a simple report - a few pages of text. I would like to put a special line (who and when printed this document) on the last page only. The line should be at the bottom of the last page, no matter where the previous text ends. Is there some simple solution ? Put it

Error with WebSphere

2003-01-16 Thread Paolo Beatrici
I've just installed an application embedding fop into Websphere 4.0.1 Advanced Edition on Linux. We got the following exception : [03.01.16 14:32:02:736 CET] 10b37e12 ExceptionUtil X CNTR0020E: Non-application exception occurred while processing method createOutput on bean

RE: Error with WebSphere

2003-01-16 Thread Sharma, Siddharth
I suggest you use the Xerces that ships with fop. Make it part of your enterprise application, and reference the same by adding its entry in the webapp's manifest. Or, simply replace the Xerces in websphere's lib directory if that is an option for you. -Original Message-

Table

2003-01-16 Thread Ashish Arte
Hi all, I am using many tables on a page as I use fop to generate pdf files. The tables specified in the xsl are separated by space-before.optimum attribute but some how, in the pdf these spaces are completely ignored. Can any body help me fix this problem. I am attaching the xsl sheet with this

Re: Error with WebSphere

2003-01-16 Thread bhati001
Dont know whether this is related to Fop but i use xslt with xml and while testing my installation yesterday, I got the same xsl error, so what I did was go with the previous version of xalan and xerces. It seemed to work but of course u lose the functionality and performance of the new

can we put a HTML link in PDF?

2003-01-16 Thread dongjiang tang
Hi, can we put a html link in the PDF using FOP? I feel PDF don't have this feature at all. Dongjiang

Re: can we put a HTML link in PDF?

2003-01-16 Thread Oleg Tkachenko
dongjiang tang wrote: Hi, can we put a html link in the PDF using FOP? I feel PDF don't have this feature at all. fo:basic-link external-destination=http://www.google.com;Goggle it/fo:basic-link -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Table

2003-01-16 Thread J.Pietschmann
Ashish Arte wrote: I am using many tables on a page as I use fop to generate pdf files. The tables specified in the xsl are separated by space-before.optimum attribute but some how, in the pdf these spaces are completely ignored. The substructure for space'before, space'after, height, width and

Re: can we put a HTML link in PDF?

2003-01-16 Thread dongjiang tang
Great! one more question further: can I open another browser window for that link? in html page I can easily do that use Java Scripts, but how about here? dongjiang - Original Message - From: Oleg Tkachenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 2:16 PM

Re: PS renerer: Text in SVG

2003-01-16 Thread J.Pietschmann
Zhong Yi wrote: I look at the fop generated PS file. Seems to me the Text in SVG is drawn into PS file instead of using PS show command to display it. Am I correct on this? If so, how difficult to change the code to use PS command to display Text within SVG? Setting svgStroke to false might help,

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 J.Pietschmann
George Yi wrote: 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? Open a bug in bugzilla http://nagoya.apache.org/bugzilla/ with aa subject like [PATCH] svgStroke in PS

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: It

Re: PS renerer: Text in SVG

2003-01-16 Thread J.Pietschmann
George Yi wrote: It's not really a bug. it's a missing feature in PS rendering. (QUADTO segment implemention). Choose enhancement instead of defect from the drop down box. Most people are not that picky. J.Pietschmann - To

ITC Garamond Bold

2003-01-16 Thread Lucian Opris
Hi, I've purchase the ITC Garamond Bold font and it comes with .AFM and .PFB. Is it a way to convert a AFT or PFB file into TTF or PFM file? I need PFM and TTF because a have installed only TTFReader and TTFReader. Or maybe, there is a font free source? Thanks Lucian Opris GAB_.AFM