Auto Table Column Width

2009-05-20 Thread Tobias Anstett [k15t.com]
Hi, I know that auto table column width is currently not supported by FOP 0.9.5. But is there a way to get the actual width of a table in the document (page - some indents) and calculate the column width like the CSS2 algorithm does? Or has anybody tried to render tables with iText and replace th

Re: Unprocessed nodes

2009-05-20 Thread Sam Fuqua
David, Thank you. I believe that's precisely what I need. Sam 2009/5/20 David Green > Assuming that you're using xsl to transform the XML to FO, you'll need a > rule that looks something like this: > > > > > > > See http://www.w3schools.com/XSL/el_copy-of.asp > > Regards, > > David > >

Re: Unprocessed nodes

2009-05-20 Thread David Green
Assuming that you're using xsl to transform the XML to FO, you'll need a rule that looks something like this: See http://www.w3schools.com/XSL/el_copy-of.asp Regards, David 2009/5/20 Sam Fuqua > Hi, > > I have an xml document that I am using fop to create a pdf from. Some of > the xm

Unprocessed nodes

2009-05-20 Thread Sam Fuqua
Hi, I have an xml document that I am using fop to create a pdf from. Some of the xml nodes already contain fo that I'd like to preserve for the final transform. Is there any sort of setting in fop to keep these? For example, Is there a way to process the element node and keep all

Re: PDF Bookmarks

2009-05-20 Thread Tobias Anstett [k15t.com]
Maybe I found the problem, I have another xmlgraphics-commons in version 1.2 in the classpath. Have to find the Maven Dependency where the old one is included... Will let you know if this solved my problem. Cheers, Tobias On Wed, May 20, 2009 at 5:30 PM, Tobias Anstett [k15t.com] wrote: > Hi V

Re: PDF Bookmarks

2009-05-20 Thread Tobias Anstett [k15t.com]
Hi Vincent, I already included this package by org.apache.xmlgraphics xmlgraphics-commons 1.3.1 Is 1.3.1 an outdated one? Haven't found a newer in the repositories. Cheers, Tobias On Wed, May 20, 2009 at 5:22 PM, Vincent Hennebert wrote: > Hi Tobias, > > Tobias Anstett [k15t.com] wrote:

Re: PDF Bookmarks

2009-05-20 Thread Vincent Hennebert
Hi Tobias, Tobias Anstett [k15t.com] wrote: > Hi Vincent, > > I finally switched to 0.95 but can't get it working out of the box. I > am receiving: > java.lang.NoClassDefFoundError: > org/apache/xmlgraphics/image/loader/ImageContext > > I already googled the mailinglist and found a solution for

Re: PDF Bookmarks

2009-05-20 Thread Tobias Anstett [k15t.com]
Hi Vincent, I finally switched to 0.95 but can't get it working out of the box. I am receiving: java.lang.NoClassDefFoundError: org/apache/xmlgraphics/image/loader/ImageContext I already googled the mailinglist and found a solution form Barry: "I found that it was a problem with the permissions o

Re: Maven Dependencies

2009-05-20 Thread Tobias Anstett [k15t.com]
Answering myself: org.apache.xmlgraphics fop 0.95 maven-repo1 maven2 repo http://repo1.maven.org/maven2 Cheers, Tobias 2009/5/20 Tobias Anstett [k15t.com] : > Hi, > > does anybody know a (working) maven repository which has FOP version > 0.94 or 0.95-snapshot available? > >

Re: PDF Bookmarks

2009-05-20 Thread Vincent Hennebert
Hi Tobias, This is a revision between 0.92 and 0.93. It is really old and unless you have very strong reasons to keep it you should definitely update to the latest 0.95 version. At any rate that explains why PDF links aren’t working properly. Vincent Tobias Anstett [k15t.com] wrote: > Hi Vincen

Maven Dependencies

2009-05-20 Thread Tobias Anstett [k15t.com]
Hi, does anybody know a (working) maven repository which has FOP version 0.94 or 0.95-snapshot available? -- Cheers, Tobias K15t Software UG (haftungsbeschränkt), http://www.k15t.com Rosenbergstr. 58, 70176 Stuttgart, GERMANY Registration: Stuttgart HRB 729752, VAT ID: t.b.a. Geschäft

Re: PDF Bookmarks

2009-05-20 Thread Tobias Anstett [k15t.com]
Hi Vincent, do you know which version of FO corresponds to trunk version 534713 ? Because this is the one I have installed. Cheers, Tobias On Wed, May 20, 2009 at 12:25 PM, Vincent Hennebert wrote: > Hi Tobias, > > Tobias Anstett [k15t.com] wrote: >> Hi, >> >> we use (DocBook to) FO to PDF tra

Re: PDF Bookmarks

2009-05-20 Thread Vincent Hennebert
Hi Tobias, Tobias Anstett [k15t.com] wrote: > Hi, > > we use (DocBook to) FO to PDF transformations. In the exported PDF the > bookmarks doesn't work as expected. Although each bookmarks points to > the correct page they don't jump to the correct section on that page - > always pointing to the be

Re: Empty PDF (on Windows)

2009-05-20 Thread Vincent Hennebert
Hi Adrian, Are you sure you closed any applicable stream properly? That’s the only thing I can think of and might explain why it’s working on some platforms and not others. HTH, Vincent Adrian Wiesmann wrote: > Sam, > > Thanks for your help. > >> I had a very similar problem to this. Just be