table with border using fop-0.93

2007-08-15 Thread Baeckham
Hi, I am trying create tables in PDF. Therefor I use this template: xsl:template match=table fo:table table-layout=auto border=[EMAIL PROTECTED] padding=[EMAIL PROTECTED] fo:table-body xsl:apply-templates select=tr

can not create an FOP instance anymore

2007-08-06 Thread Baeckham
Hi, I am using FOp to create PDF documents dynamically. Suddenly it stopped to work. I do't know why. The reason is that a instance of the class org.apache.fop.apps.Fop can not be created. Why?? The FopFactory an the FOUserAgent are created but not the Fop itself. Here the code: private Fop

setParameter(versionParam, 2.0)

2007-07-31 Thread Baeckham
Hi, in many examples demonstrating the usage of FOP I see this lines: // Set the value of a param in the stylesheet transformer.setParameter(versionParam, 2.0) (transformer is an instance of the class javax.xml.transform.Transformer) What is this parameter for? Does anyone know? The comment is

does fop use xalan internally

2007-07-30 Thread Baeckham
Just a short question for a better understanding of FOP. Does Apache FOP use Xalan internally for creating the XSL-FO structure? May I replace this XSLT processor with an other one? Thanks for your feedback. Steffen - To

multithreading

2007-07-23 Thread Baeckham
Hi, just a short question: does FOP has multithreading capabilities? In this case on a multi-core/cpu-system FOP uses multiple core doing the processing? Steffen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

tipps for linking

2007-06-19 Thread Baeckham
Hi, I trying to create a PDF using FOP. This PDF is built of several HTML pages. At the beginning I created a table of content. All entries in this toc are linked to their targets. This works perfectly. I used the generate-id() function for creating the ids. the toc entries: fo:table-cell

table-of-content

2007-06-18 Thread Baeckham
Hi, I am am looking for a way to create a table of content using FOP. I found some informations on the web but I do not understand them very well. May someone provide me with a little, simple example. Thanks Steffen - To

page numbering

2007-06-18 Thread Baeckham
Hi, I want to have a table of content on my pdf, the page numbering should start at the next page (the first page after the toc). How can I do this, do I need two fo:page-sequence ? Thanx for any hints. Steffen - To

Re: page numbering

2007-06-18 Thread Baeckham
. You can use the fo:page-sequence tag in the following fashion: fo:page-sequence master-reference=myMaster initial-page-number=1 Hope this helps, Trevor. Baeckham wrote: Hi, I want to have a table of content on my pdf, the page numbering should start at the next page (the first page

Re: page numbering

2007-06-18 Thread Baeckham
You are right, force-page-count=no-force helped. :) Thanks or your support. Steffen Am Monday, 18. June 2007 schrieb J.Pietschmann: Baeckham wrote: thanks, I got i it (almost) using two page-sequences ... But between the two page-sequences occurs an empty page. Using just one page-sequence

gif image in fop 0.93 not supported???

2007-05-25 Thread Baeckham
Hi, I read on the FOP website, that gif images are supported in rtf output. I am using fop version 0.93. With pdf and postscript everything is OK. But with rtf I get this error: org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic$ExternalGraphicException

list in list - list with sublist

2007-05-24 Thread Baeckham
Hi, I want to convert a xml containing this structure (xhtml) into a pdf: ul liasa/li lisasa/li lisasa/li ul lisadasdsad/li lisasasd324324a/li lisa2343242342sa/li /ul liasa/li lisasa/li