Re: FOP embedding problem (NoClassDefFoundError)

2005-07-19 Thread Samuel Remacle
From: Chris Bowditch [EMAIL PROTECTED]Reply-To: fop-users@xmlgraphics.apache.orgTo: fop-users@xmlgraphics.apache.orgSubject: Re: FOP embedding problem (NoClassDefFoundError)Date: Tue, 19 Jul 2005 09:10:47 +0100Samuel Remacle wrote:Hello,I'm a young programmer and I'd like to embed FOP in my

Re: FOP or batik problems to convert fo files

2005-07-19 Thread Jose Manrique Lopez de la Fuente
I have solved it changing .bash_profile file instead of exporting CLASSPATH each time. Let's see how it works for next days ;) Thanks and best regards, 2005/7/19, Jose Manrique Lopez de la Fuente [EMAIL PROTECTED]: 2005/7/18, [EMAIL PROTECTED] [EMAIL PROTECTED]: J.: Is batik.jar in

Re: FOP embedding problem (NoClassDefFoundError)

2005-07-19 Thread Samuel Remacle
From: Jeremias Maerki [EMAIL PROTECTED]Reply-To: fop-users@xmlgraphics.apache.orgTo: fop-users@xmlgraphics.apache.orgSubject: Re: FOP embedding problem (NoClassDefFoundError)Date: Tue, 19 Jul 2005 11:07:44 +0200Samuel,this sounds a lot like you're really mixing different versions. Pleasetake a

Re: FOP embedding problem (NoClassDefFoundError)

2005-07-19 Thread delbd
Hi, I downloaded FOP 0.20.5 and embedded it in a webapplication. works great. First, i see no org.apache.fop.fo.PropertyListMaker (seems replaced by org.apache.fop.fo.PropertyListBuilder but not sure) Then, i see no ElementMapping$Maker too. According to one of your mail, you are using fop

Re: FOP embedding problem (NoClassDefFoundError)

2005-07-19 Thread Samuel Remacle
From: Jeremias Maerki [EMAIL PROTECTED]Reply-To: fop-users@xmlgraphics.apache.orgTo: fop-users@xmlgraphics.apache.orgSubject: Re: FOP embedding problem (NoClassDefFoundError)Date: Tue, 19 Jul 2005 11:46:28 +0200Samuel,I'm not sure how to help you any more. My suggestion is to use thepre-built

Re: FOP embedding problem (NoClassDefFoundError)

2005-07-19 Thread Samuel Remacle
From: delbd [EMAIL PROTECTED]Reply-To: fop-users@xmlgraphics.apache.orgTo: fop-users@xmlgraphics.apache.orgSubject: Re: FOP embedding problem (NoClassDefFoundError)Date: Tue, 19 Jul 2005 11:49:26 +0200Hi,I downloaded FOP 0.20.5 and embedded it in a webapplication. works great.First, i see no

Re: FOP embedding problem (NoClassDefFoundError)

2005-07-19 Thread delbd
Ok, either i just downloaded fop 0.20.5 src from http://archive.apache.org/dist/xml/fop/source/ i checked Driver.java at offending line (221). No way this line could give the error you send us. So either you are using another version, either some tool at compile time did inject code in your

hide when printing

2005-07-19 Thread Daniel Brown
Is it possible to hide an fo:block for printing? Thanks, D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Huge size of Output PDF when inserting 49 SVG Images

2005-07-19 Thread michella
Hi all, I have an xsl-fo which inserts 49 SVG images into the PDF file. These files are diagrams, containing text and vectorial symbols. After launching the Fop processing, have a bath, coffee, and so on, I finally get a nice 730 MB Pdf file of 160 pages... The Word comparison is... 1.4 Mb...

Re: hide when printing

2005-07-19 Thread Jeremias Maerki
You can always use xsl:if during XSLT to suppress the generation of certain FOs. There's no possibility to hide a block for printing in a PDF or PS. On 19.07.2005 15:31:45 Daniel Brown wrote: Is it possible to hide an fo:block for printing? Jeremias Maerki

AW: Not-Solved - Huge size of Output PDF when inserting 49 SVG Images

2005-07-19 Thread michella
I already tried this alternate way, but it didn't change anything. (StrokeSVGText set to false) The SVG contains more or less 40 to 60 graphics (g). Each one having text with ellipses, rect, and so on. I tried the external Batik Rasterizer SVG to pdf conversion. The Pdf output is small (300k

Re: AW: Not-Solved - Huge size of Output PDF when inserting 49 SVG Images

2005-07-19 Thread Jeremias Maerki
On 19.07.2005 17:27:38 michella wrote: I already tried this alternate way, but it didn't change anything. (StrokeSVGText set to false) The SVG contains more or less 40 to 60 graphics (g). Each one having text with ellipses, rect, and so on. I tried the external Batik Rasterizer SVG to

RE: FOP embedding problem (NoClassDefFoundError)

2005-07-19 Thread Samuel Remacle
This is not a web application, so I'm not using Tomcat... Samuel From: "Jeff Stanley" [EMAIL PROTECTED]Reply-To: fop-users@xmlgraphics.apache.orgTo: fop-users@xmlgraphics.apache.orgSubject: RE: FOP embedding problem (NoClassDefFoundError)Date: Tue, 19 Jul 2005 10:30:49 -0500Sounds like your .jar

Re: Document off by a line

2005-07-19 Thread Neil Guinto
I finally found the reason for the problem. Completely unrelated to FOP, after much pulling of hair. The line creep that I'm experiencing is cause by our printer (Oki). A different printer (Lexmark) that I tested with don't have the creeping problem. Appreciate all the posted advise.

Re: FOP embedding problem (NoClassDefFoundError)

2005-07-19 Thread J.Pietschmann
delbd wrote: i checked Driver.java at offending line (221). No way this line could give the error you send us. *chuckle* The interesting line is actually the following line, which contains setDefaultMappings(). This will in turn load a StandardElementMapping class, which constructs Maker