Converting from postscript to pdf

2003-01-23 Thread Clark, George
Hello: I got an error when attempting to convert from postscript to pdf that states the following: Error in content height property value '50%': org.apache.fop.fo.expr.PropertyException: No conversion defined Error in content width property value '50%': org.apache.fop.fo.expr.PropertyExcept

Re: Table of Contents problem

2003-01-23 Thread J.Pietschmann
Jon Steeves wrote: I'm trying to generate a TOC. The following code works up to a point - all the TOC items output correctly except for the last one, which won't print the page number at the end of the leader pattern. Does anyone know how to get that last page number to print? Looks like one of th

Re: German characters

2003-01-23 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: My xsl file containt some German characters like Ö.ß,Ü When i run FOP i get this ERROR: ... [Fatal Error] myxslfile.xsl:2:6: The processing instruction target >matching "[xX][mM][lL]" is not allowed. This error is cause by whitespace, usually a linefeed, before the XM

Re: vertical alignment

2003-01-23 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: The only thing that is somewhat unaesthetic about the solution is that I have to use fixed heights for the table rows. Is there also a solution for this? Try using three absolutely positioned block containers completely overlapping each other and containing a table for the

Re: German characters

2003-01-23 Thread Herr Christian Wolfgang Hujer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With what editor did you generate the file? In what encoding did you safe the file? XML files use something like UTF-8 or UTF-16 per default. So if you simply edited them using wordpad or notepad (since you talk of ie I assume you use that from *

Table of Contents problem

2003-01-23 Thread Jon Steeves
Hello: I'm trying to generate a TOC. The following code works up to a point - all the TOC items output correctly except for the last one, which won't print the page number at the end of the leader pattern. Does anyone know how to get that last page number to print? (Also, does anyone know h

German characters

2003-01-23 Thread abdolah
I generate with FOp o.20.4rc from xsl and xml files PDFs. My xsl file containt some German characters like Ö.ß,Ü When i run FOP i get this ERROR: [INFO] FOP 0.20.4rc [Fatal Error] myxslfile.xsl:2:6: The processing instruction target matching "[xX][mM][lL]" is not allowed. [ERROR] null (i ge

fop-servlet parameter & XSLTInputHander problem

2003-01-23 Thread [EMAIL PROTECTED]
Hi, When I use fop in a servlet, at some point the fop XSLTInputHandler seems to prepend the directory where tomcat was started from to the filenames retrieved from the servlet parameters. This results in a FileNotFoundException if I don't specify the servlet parameters as absolute pathnames. Any

Re: keep-with-next

2003-01-23 Thread J.Pietschmann
Karen Mergner wrote: I want to keep a headline together with the following text on a page, but it dosn't work. This is a FAQ http://xml.apache.org/fop/faq.html#faq-N101F7 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Line numbering PDF documents

2003-01-23 Thread John Kemp
Oleg, Thanks. To be honest though, what I was imagining was that you could set a parameter for FOP when generating a document that said 'give me line numbers on this document' and then the FOP code itself would have to determine how to do this within the document flow. I don't know how that nee

Re: Error using images served by tomcat through apache HTTP server

2003-01-23 Thread Oleg Tkachenko
Koes, Derrick wrote: Does tomcat not report the correct header info or something to FOP? I don't understand why there should be a difference. Does the authentication interfere in some way? Sure. How do you think FOP can authentificate itself in your application? -- Oleg Tkachenko eXperanto team Mu

Re: Line numbering PDF documents

2003-01-23 Thread Oleg Tkachenko
John Kemp wrote: I have to produce documents that have line numbers printed on the left of each line of text - for example: 1 The first line of text ends 2 and then second line gets numbered as two 3 which leads me to line three. 4 Can FOP do this? This is an action that c

Re: SVG from OpenOffice

2003-01-23 Thread Harm Kok
Hi, I just tried with 0.20.5rc, but there is nothing changed. Anybody get suggestions? Harm Have you tried with 0.20.5rc? On 23.01.2003 13:44:36 Harm Kok wrote: I am having troubles including SVG (generated in OpenOffice) in FOP (0.20.4). I included it using: --

RE: fo:flow Problem

2003-01-23 Thread Noack, Joerg
Hallo > What is images format are you using? Looks like it's png of > something like > this, which FOP is trying to process by JAI and you don't > have it installed. Yes, I installed JAI and now it works fine :-). Thanks -

Line numbering PDF documents

2003-01-23 Thread John Kemp
Hi, I have to produce documents that have line numbers printed on the left of each line of text - for example: 1 The first line of text ends 2 and then second line gets numbered as two 3 which leads me to line three. 4 Can FOP do this? This is an action that cannot be perf

RE: SVG from OpenOffice

2003-01-23 Thread Noack, Joerg
Look at http://java.sun.com/products/java-media/jai/ Joerg > Hi, > > No, I am having trouble installing 0.20.5rc, I get error > messages like this: > *Exception in thread "main" java.lang.NoClassDefFoundError: > javax/media/jai/Plana > rImage > at java.lang.Class.forName0(Native Method

Re: SVG from OpenOffice

2003-01-23 Thread Harm Kok
Hi, No, I am having trouble installing 0.20.5rc, I get error messages like this: *Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/jai/Plana rImage at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.apache.fop.im

Re: SVG from OpenOffice

2003-01-23 Thread Jeremias Maerki
Have you tried with 0.20.5rc? On 23.01.2003 13:44:36 Harm Kok wrote: > I am having troubles including SVG (generated in OpenOffice) in FOP > (0.20.4). I included it using: Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PR

Re: PDF 7-bit format supported by FOP?

2003-01-23 Thread Jeremias Maerki
Not at the moment. PDFDocument currently assumes that the PDF will be binary (See outputHeader()). The default filter settings for PDF result in a ASCII 7-bit document except for the four non-ASCII7 character in the header (see 3.1.4 in the spec). The only exception I found is with JPEG images that

SVG from OpenOffice

2003-01-23 Thread Harm Kok
Hi, I am having troubles including SVG (generated in OpenOffice) in FOP (0.20.4). I included it using: I get no error messages when processing this with FOP, but when I am opening the PDF in acrobat I get: "There was an error processing a page: wrong operand type." I already changed the View

PDF 7-bit format supported by FOP?

2003-01-23 Thread "Müller, Markus"
Hi there, is it possible to generate PDFs with FOP that use the 7-bit encoding, which is described in the PDF specification? Thanks, Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: vertical alignment

2003-01-23 Thread Stefan . Wachter
Thanks for the tip. The table solution worked. I should have looked at the FAQ myself. The only thing that is somewhat unaesthetic about the solution is that I have to use fixed heights for the table rows. Is there also a solution for this? Thanks again, --Stefan

Re: keep-with-next

2003-01-23 Thread MARTIN Franck
i think keep with next work with table rows only - Original Message - From: "Karen Mergner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 10:23 AM Subject: keep-with-next > > > Hi all, > > I want to keep a headline together with the following text on a p

keep-with-next

2003-01-23 Thread Karen Mergner
Hi all, I want to keep a headline together with the following text on a page, but it dosn't work. ...headline... ...text... What's wrong? Can someone help me? Thanks, Karen - To unsubscribe, e-mail: [EMA