RE: fo:basic-link

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] Ok, I did upgrade the FOP version links are fine (not offseted) but I get another error regarding fonts embedding. Cannot extract the embedded font 'Arial, BoldItalic' Some charachters may not display or print

Fit data into a PDF page

2003-09-18 Thread Ngo Thanh Hien
Dear all, I am now transforming XML data into PDF by FOP (XML- XSL-FO -PDF), I don't know how to fit dynamic data into a page (table for example) in both vertical and horizontal, Will I change font size or ...? if have to change font size then how to know suitable font size, Could you help

Re: problem with postscript (landscape)

2003-09-18 Thread suse
thanx, works really fine! suse - Original Message - From: Jeremias Maerki [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 9:58 PM Subject: Re: problem with postscript (landscape) Hi suse Check this out:

XSL-FO - page borders

2003-09-18 Thread Ganesh
Title: Message Hi, It will be great if you guys can help me with the following in XSL-FO... I want a LEFT page border that runs from the top of the page till the end of the page, how can I do this using XSL-FO? I assume that is has to be done in the simple-page-master... I tried the

Re: XSL-FO - page borders

2003-09-18 Thread Chris Bowditch
From: Ganesh [EMAIL PROTECTED] I want a LEFT page border that runs from the top of the page till the end of the page, how can I do this using XSL-FO? I assume that is has to be done in the simple-page-master... borders on regions are not implemented by FOP. I think to acheive what you want you

RE: XSL-FO - page borders

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] From: Ganesh [EMAIL PROTECTED] I want a LEFT page border that runs from the top of the page till the end of the page, how can I do this using XSL-FO? I assume that is has to be done in the simple-page-master...

RE: XSL-FO - page borders [spam-BCC][Faked From Address][html-rem oved]

2003-09-18 Thread Sells, Fred
not sure, but you don't specify color, try adding that. -Original Message- From: Ganesh [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 11:11 AM To: [EMAIL PROTECTED] Subject: XSL-FO - page borders [spam-BCC][Faked From Address][html-removed] Hi, It will be great if you

Re: Memory consumption

2003-09-18 Thread J.Pietschmann
Timo Haberkern wrote: i have big problems. I use FOP embedded into a java application to create approx. 250 PDF Files. In each of the files are 5 or more images (JPGs or SVGs). The problem is that FOP consumes more and more memory. This seems to indicate a memory leak, however, I wasn't able to

Re: Memory consumption

2003-09-18 Thread J.Pietschmann
Ben Galbraith wrote: If you haven't figured it out yet, let me inform you: FOP suffers from large memory leaks. Where? Class names? FOP often uses a huge amount of memory during rendering, but once the driver object is released, most of it is eglible for GC. Memory locked accross rendering runs

Re: PDF file size increased from 10K to 80K with non-embedded fonts.

2003-09-18 Thread J.Pietschmann
Chris Bowditch wrote: 1) make sure all the end-users that will receive the PDFs generated by FOP have the extra fonts installed along with their acrobat reader, and then simply reference the font in the PDF. Last time I checked, this did *not* work. J.Pietschmann

Re: fo:basic-link

2003-09-18 Thread J.Pietschmann
Lucian Opris wrote: font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file= ^^^ I don't think this is a good idea. J.Pietschmann - To

Re: external-graphic : twice request for the same element

2003-09-18 Thread J.Pietschmann
Thomas S wrote: I'm using FOP fop-0.20.5 with fop.sh script and for all external-graphic element, I can see 2 requests in my apache log. Well, this happens for a few image formats. FOP first opens a connection to check the image type (format), then may access the URL again to do the actual

RE: fo:basic-link

2003-09-18 Thread Lucian Opris
Hi, I've regenerated the arial.xml using command line: java -cp build/fop.jar:lib/avalon-framework-cvs-20020806.jar:lib/xml-apis.jar:lib/xercesImpl-2.2.1.jar org.apache.fop.fonts.apps.TTFReader /nas/web/fonts/arial.ttf /nas/web/fonts/arial.xml and in config file I have font

Re: Fit data into a PDF page

2003-09-18 Thread J.Pietschmann
Ngo Thanh Hien wrote: I am now transforming XML data into PDF by FOP (XML- XSL-FO -PDF), I don't know how to fit dynamic data into a page (table for example) in both vertical and horizontal, Will I change font size or ...? if have to change font size then how to know suitable font size, Could you

Re: XSL-FO - page borders

2003-09-18 Thread J.Pietschmann
Ganesh wrote: I want a LEFT page border that runs from the top of the page till the end of the page, how can I do this using XSL-FO? I assume that is has to be done in the simple-page-master... I tried the following in the simple page master, it didn't work, any clue?, am I going in the right

RE: fo:basic-link

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file=/nas/web/fonts/arial.ttf This seems fine... font-triplet name=Arial style=[normal|italic] weight=[normal|bold]/ /font however, I believe

Re: fo:basic-link

2003-09-18 Thread J.Pietschmann
Lucian Opris wrote: Hi, I've regenerated the arial.xml using command line: java -cp build/fop.jar:lib/avalon-framework-cvs-20020806.jar:lib/xml-apis.jar:lib/xercesImpl-2.2.1.jar org.apache.fop.fonts.apps.TTFReader /nas/web/fonts/arial.ttf /nas/web/fonts/arial.xml and in config file I have font

Re: Memory consumption

2003-09-18 Thread Ben Galbraith
J.Pietschmann wrote: If you haven't figured it out yet, let me inform you: FOP suffers from large memory leaks. Where? Class names? I haven't tracked it down that far yet; if I had, I'd submit a patch to Bugzilla. I render hundreds of 4 page, image intensive PDFs over and over again. As