Re: FOPException / Quiet Mode / error compliing servlets

2002-03-05 Thread Jeremias Maerki
Thanks Jay and Jeremias for your help. I need to convince people from work that FOP is our PDF solution. However, without a good scalability test result (100% job completion rate), I am having trouble doing so. I truely believe that one of the main reason for out of memory error is

RE: : XML - MS Word??

2002-03-05 Thread Michiel Verhoef
It would be. However, we had to present the data that we presented in an HTML table in an instant in Excel and this was the easiest way to make sure that the customer did not have to perform any action in Excel to view the data (so no imports/formatting necessary). Apart from that, the whole

watermarking

2002-03-05 Thread Chris Faulkner
hello all Is there any way of adding some kind of watermark to a PDF document generated with FOP ? I am using FOP in a JSP environment. Thanks Chris

Re: watermarking

2002-03-05 Thread Guillaume Laforge
I've heard some people using FOP for generating PDFs, then using iText afterwards to add watermarking to their dynamically FOP-generated PDFs. But I havent tested it myself. Good luck. Guillaume - Original Message - From: Chris Faulkner To: [EMAIL PROTECTED] Sent:

mathml and fop

2002-03-05 Thread Tony McNicholl
Hi I need to include a few maths formulae (both inline and displayed) and a 3x3 matix in a pdf document created from an XML source. As fop does not recognize mathml any suggestions how I can do it? Tony McNicholl [EMAIL PROTECTED]

FAQ

2002-03-05 Thread alex
The FOP FAQ is back up at a slightly new location http://www.owal.co.uk/cgi-bin/fopfaq.cgi It isn't perfect yet. It doesn't tell you the topics each question is in - just lists questions and answers. However it should have all the answers from the FAQ as of a couple of months ago. Any

Re: mathml and fop

2002-03-05 Thread alex
At 12:25 05/03/02, Tony McNicholl wrote: Hi I need to include a few maths formulae (both inline and displayed) and a 3x3 matix in a pdf document created from an XML source. As fop does not recognize mathml any suggestions how I can do it? Hello Tony. I'm not sure if this is obvious to you but

Re: mathml and fop

2002-03-05 Thread James Richardson
alex wrote: Ok Here's my guess What you need to do is to take the MathML and convert it to vector graphics (SVG) and then feed the SVG to FOP. Unfortunately I don't know of such a tool. Anyone want to take up the baton? I think custard might work http://www.schemasoft.com/MathML/ not

Re: mathml and fop

2002-03-05 Thread Nicola Ken Barozzi
See https://sourceforge.net/projects/jeuclid/ The JEuclid is a project, which creates the possibility to display MathML content. It is primary a Transformer/Serializer for the Cocoon project, and creates GIF images or converts the MathML content to SVG. -- Nicola Ken Barozzi

Re: mathml and fop

2002-03-05 Thread Keiron Liddle
On 2002.03.05 14:37 Nicola Ken Barozzi wrote: See https://sourceforge.net/projects/jeuclid/ The JEuclid is a project, which creates the possibility to display MathML content. It is primary a Transformer/Serializer for the Cocoon project, and creates GIF images or converts the MathML content to

Re: watermarking

2002-03-05 Thread Trevor_Campbell
Use the region-before. Make it large enough to contain your image and then include a block (and if required an absolutely positioned block-container) with your image in the static-content for the region-before. (BTW this is the same technique as used in MS Word). Trev

SV: dynamic image in PDF

2002-03-05 Thread Magnus Rydin
Am I the only one having problems with including images when running FOP as part of a J2EE application? When running FOP stand alone, I can specify the path to my image as per normal, but when Im running FOP as part of my application I get output that boils down to that I havent specified a base

RE: dynamic image in PDF

2002-03-05 Thread Jain, Ankur A (CAP, VFS)
Hi All, I have been trying to create a pdf using FOP. This is the exception I get.. Any thoughts. Attached is the FO file being used... Thanks, Ankur [DEBUG]: Input mode: [DEBUG]: FO [DEBUG]: fo input file: DateTrial.fo [DEBUG]: Output mode: [DEBUG]: pdf [DEBUG]:

Trouble with ZapfDingbats

2002-03-05 Thread Keen Tim
I recently upgraded to the latest version of Fop (fop-0.20.3rc2) to take advantage of the changes to the attribute master-name and am now having problems with the ZapfDingbats font. Essentially my PDF doesn't recognise the font. Is anyone else experiencing the same problems? Is this a known