Re: OT: Mime Types

2002-04-23 Thread J.Pietschmann
Savino, Matt C wrote: ... If you are going off-topic, you'll probably get more out of it on the cocoon lists. J.Pietschmann

Debugging FOP

2002-04-23 Thread Patrick Lanphier
How does one debug this? Thank much for your help. [EMAIL PROTECTED] fop-0.20.3]# ./fop.sh -d -fo test.fo -pdf test.pdf [DEBUG]: Input mode: [DEBUG]: FO [DEBUG]: fo input file: test.fo [DEBUG]: Output mode: [DEBUG]: pdf [DEBUG]: output file: test.pdf [DEBUG]: OPTIONS [DEBUG]: no user

Positioning of a table

2002-04-23 Thread terence . wong
Hi, does anyone know how to position tables in the region-body? If I try to add a start-indent in the fo:table tag, the content of the cells shifts but not the table position. I saw examples using block-containers but that seem to require absolute positioning. I was thinking of something more

Re: Debugging FOP

2002-04-23 Thread Jeremias Maerki
There's obviously something going wrong in the XML parser. Here's a list of things that come to my mind: - Check if the standard FOP examples work correctly. If yes, there might be a problem with your fo file. - Open the fo in one or two XML editors to see if it gets parsed correctly. -

Re: Positioning of a table

2002-04-23 Thread Jeremias Maerki
That's an FAQ. Try to use blind tables (like many do it in HTML). You can easily embed a table in a table-cell. On 23.04.2002 08:13:36 terence.wong wrote: Hi, does anyone know how to position tables in the region-body? If I try to add a start-indent in the fo:table tag, the content of the

Re: Do Fop have problems with keep-with-...?

2002-04-23 Thread Steinar Bang
Steinar Bang [EMAIL PROTECTED]: J.Pietschmann [EMAIL PROTECTED]: [snip!] If you are generating FO from DocBook, this will probably be hard, or harder. You can try to fiddle with the docbook style sheets to achieve this effect. Some workaround around those lines, is what I will try

Font-Smoothing of embedded SVG in fop

2002-04-23 Thread Sam Prokop
Hi all! don´t know if this is of topic, but i´ve got svg graphics embedded in fo by fo:foreign-object. on the one hand i use this to rotate the text on the other to insert chart-graphics. the problem is that the fonds i use in the svg aren´t displayed with font-smoothing in Acrobat Reader. the

javadoc

2002-04-23 Thread Chris Faulkner
Hello Is there any Java doc anywhere for the classes in org.apache.fop ? Chris

RE: javadoc

2002-04-23 Thread Bill Lunnon
Chris, I had to download the source distribution to get the javadocs. Bill -Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 April 2002 8:44 PM To: [EMAIL PROTECTED] Subject: javadoc Hello Is there any Java doc anywhere for the classes in

external-graphic

2002-04-23 Thread Harald Meyer
Hello, I have a problem with external graphics. FOP seems to ignore any settings of content-height and content-width. It always puts out the graphic at the same size. Harald

tables on multiple pages (excel style)

2002-04-23 Thread Roland Lechner
Hi there, I got some weird problem to solve: I need to display a table 2 pages wide and n high. O.k. the table height is no problem a FOP continues the table on the next page, but is there some kind of solution to make it 2 pages wide, without cutting (splitting) it manually. Any ideas?

How to create a fo:table from this...?

2002-04-23 Thread Emma Larsson
Hi, Below is a snippet from one of the XML files I am working with. driving/ side-effects paragraphblabla/paragraph common paragraphblabla/paragraph /common less-common paragraphblabla/paragraph /less-common rare paragraphblabla/paragraph

Multi columns for a text

2002-04-23 Thread Xavier DAMAY
Hello, I want to generate dynamically a multicolumn area for a press-like Pdf. Does a solution exist ? I tried fo:block and i'm not confortable with tables. I will appriciate any help, Thank you Xavier

PNG files and Jimi

2002-04-23 Thread John Fletcher
I'm using fop 0.20.3, and I've read the previous posts regarding png support. I downloaded Jimi from Sun, put the com directory into a jar file (no jar file included with the Jimi download), put the jar file into my lib directory, and rebuilt fop. Unfortunately, I still cannot seem to get

Re: PDF vs. AWT

2002-04-23 Thread J.Pietschmann
Henrik Holle wrote: i have one xsl:fo for PDF rendering and AWT preview. my problem are the differences between pdf and awt. In awt, my document fit to page, but in pdf all pages are to small and the left border is to big? i do not want 2 xsl:fo?s, what else can i do ? Most often, the reason is

Re: Font-Smoothing of embedded SVG in fop

2002-04-23 Thread J.Pietschmann
Sam Prokop wrote: the problem is that the fonds i use in the svg aren´t displayed with font-smoothing in Acrobat Reader. the question can this be done and, if yes, how? I hope you use fonts in your SVG. Have you tried to set strokeSVGText to false? Look here:

Re: external-graphic

2002-04-23 Thread J.Pietschmann
Harald Meyer wrote: I have a problem with external graphics. FOP seems to ignore any settings of content-height and content-width. It always puts out the graphic at the same size. Both content-height and content-width are not mentioned in docs/html-docs/implemented.html and seem to be commented

Re: tables on multiple pages (excel style)

2002-04-23 Thread J.Pietschmann
Roland Lechner wrote: I need to display a table 2 pages wide and n high. O.k. the table height is no problem a FOP continues the table on the next page, but is there some kind of solution to make it 2 pages wide, without cutting (splitting) it manually. Technically, the table overflows the

Re: Problems with FOP and XML/XSL

2002-04-23 Thread J.Pietschmann
Ramon Maria Gallart wrote: ...I'm getting an error message when i try to get a PDF from a XML and XSL source. The message i'm getting is the following: [INFO]: FOP 0.20.3 [INFO]: building formatting object tree [INFO]: Parsing of document complete, stopping renderer [ERROR]:

Re: PNG files and Jimi

2002-04-23 Thread John Fletcher
Sorry, I just wrote that url to the png 'cause I was too lazy to write the 200 character url that I'm actually using. Just got it working - I rebuilt fop again, I must have done something wrong the first time, or not included something in my classpath, or... Thanks for the assistance. John

Re: Debugging FOP - XML editor

2002-04-23 Thread Nicola Ken Barozzi
From: Patrick Lanphier [EMAIL PROTECTED] What's the best free XML editor? IMHO http://www.xmlcooktop.com/ It can use different xml processing engines and FOP is one of them :-) -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent -