strange behaviour: Fop 0.92b, Websphere 6.0.2.0, PARENT_LAST deployment

2006-08-09 Thread Fabien K
Hello, we use Fop 0.92b in order to build documents on the fly under a Websphere Application Server 6.0.2.0 We I deploy my application in PARENT_FIRST classpath mode, everything's ok. But if I only change deployement rules of the app to PARENT_LAST classpath mode, I catch exceptions ( you can see

Re: RE: Commercial Documents

2006-08-09 Thread andyrob_24_7
Would you be able to outline how you achieve crops and bleeds. This is something I thought was not possible in FOP, any help with this would be greatly appreciated. Sample xml-fo would be ideal. thanks in advance andy r -- This message was sent on behalf of [EMAIL PROTECTED] at

Re: Commercial Documents

2006-08-09 Thread andyrob_24_7
Also, do you need to pay for a licence to use the FOP engine. Or is that just if you want to embed the code? -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/message/fop-users@xmlgraphics.apache.org/4598678.html

Margins

2006-08-09 Thread Andre Groeneveld
Hi All, Can someone please help me, I have a table with one column that stretches the width of the page, and inside the table I have paragraphs of text, the reason why I do this is to keep the paragraph together. When the end of the line is reached, the overflows onto the next line, is

Crop Marks and Bleeds

2006-08-09 Thread andyrob_24_7
I posted this on the back of another thread, then realised it could probably do with its own. Would you be able to outline how you achieve crops and bleeds. This is something I thought was not possible in FOP, any help with this would be greatly appreciated. Sample xml-fo would be ideal.

RE: Margins

2006-08-09 Thread Andre Groeneveld
Yes FOP0.20.5. The space between the lines, I want the lines of text closer to each other. -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: 09 August 2006 12:44 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Margins Andre Groeneveld wrote: Hi All,

Re: Margins

2006-08-09 Thread Chris Bowditch
Andre Groeneveld wrote: Yes FOP0.20.5. The space between the lines, I want the lines of text closer to each other. Try setting line-height=0. This removes the half-leading added to each line. This works in 0.92beta. Not sure about the ancient 0.20.5. Please consider upgrading. Chris

PDF generation

2006-08-09 Thread Remo Liechti
Hi all I'm new to XSL and FOP and all that stuff. I need to create a PDF out of a docbook. My docbook looks like: book lang=en bookinfo titlemyTitle/title /bookinfo chapter titlechapter one/title simparatext text

Re: out of memory error

2006-08-09 Thread Luis Ferro
I'm using the latest fop version from svn as of yesterday... In the attachment i send the files i use to create a PDF with the index and one chapter of the book. The index references are all turned off but it still gets out of heap... When trying to assemble the PDF in command line (environment

Re: PDF generation

2006-08-09 Thread Chris Bowditch
Remo Liechti wrote: Hi all I'm new to XSL and FOP and all that stuff. I need to create a PDF out of a docbook. My docbook looks like: book lang=en bookinfo titlemyTitle/title /bookinfo chapter titlechapter one/title

Centering content in Block

2006-08-09 Thread andyrob_24_7
I have a block that I am using in the bottom corner of my page. In this I want to display a page number. The block is a square and I would like to center the page number so that if the number of digits increases it stays cenrtal. Here is what I have so far: fo:block border=solid left=0mm

RE: PDF generation

2006-08-09 Thread Remo Liechti
Hi Chris Thanks a lot for the answers. I think the only problem I have now is to pass the parameters to the XSL document. Fop -xsl C:\xsl\fo\docbook.xsl -xml myDocBook.xml -pdf myPdf.pdf How do I pass this parameter forcae-page-count=no-force. To this xsl? I Tried a lot of ways, nothing

User Types

2006-08-09 Thread andyrob_24_7
I'd be interested to know what types of people are using the FOP engine to generate documents. Could you indicate whether your setup has a dedicated programmer, or team of programmers, individual author, technical author etc. Does the same person who writes the content setup your FOP

RE: PDF generation

2006-08-09 Thread Remo Liechti
Okay, I have to do it in two steps: java -jar saxon.jar -o myFormattingObject.fo myDocBook.xml c:\doc\xsl\fo\docbook.xsl forcae-page-count=no-force call C:\Daten\spoc7\doc\fop\Fop -fo myFormattingObject.fo -pdf myPdf.pdf But the empty page's still there... Remo -Original Message-

Re: RE: Commercial Documents

2006-08-09 Thread andyrob_24_7
So you write content for your reports and sales docs in HTML then transform? Do you ever combine multiple html files into one pdf? -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/message/fop-users@xmlgraphics.apache.org/4599562.html

Re: PDF generation

2006-08-09 Thread Vincent Hennebert
Hi Remo, you should really try to ask your questions on the docbook-apps [1] mailing list. Those are questions related to XSLT customization rather than transforming the resulting FO into PDF, and that list will be much more suited. You may also want to have a look at the documentation possibly

Re: User Types

2006-08-09 Thread Jay Bryant
When I first started using FOP, I was a technical writer (often called technical author in places where they speak the Queen's rather than the President's English). I was fed up with both Word and FrameMaker, so I implemented an XML-based documentation system, which included FOP. I no longer

Re: out of memory error

2006-08-09 Thread Luis Ferro
A report as such shouldn't pose a problem... Edit the fop.bat and add the -Xmx1024m argument before the -cp as i did... it worked like a charm with 0.92b/thrunk... To build the report try using the fop.bat at a command prompt... (it worked for me will thru tomcat it was giving problems, but

Re: Re: Centering content in Block

2006-08-09 Thread Luis Ferro
and if you want it centered vertically add: display-align='center' (if i recall correctly)... LF -- View this message in context: http://www.nabble.com/Centering-content-in-Block-tf2078992.html#a5729507 Sent from the FOP - Users forum at Nabble.com.

Re: User Types

2006-08-09 Thread Glen Mazza
We use XSL/XSLT for reports and for Docbook. Docbook: Tech Writer creates the XML documents that will be fed through the Docbook stylesheets. Uses Eclipse WTP for this. The developer creates an Ant script that automates all of the tech writer's doc generation and publishing-to-web-server

Re: User Types

2006-08-09 Thread Jay Bryant
That sounds a lot like what I'm doing for my current client, Glen. I love Ant. Jay Bryant Bryant Communication Services - Original Message - From: Glen Mazza [EMAIL PROTECTED] To: fop-users@xmlgraphics.apache.org Sent: Wednesday, August 09, 2006 11:50 AM Subject: Re: User Types We

Re: out of memory error

2006-08-09 Thread Luis Ferro
It has LOADS of page sequences... it's a book with 2500 pages where from 3 or 4 pages, the template changes from one column page to 2 column page... Is there a better way of doing this swap of columns? Right now... with 477 pages, to render it ocupies 1.1Gb memory... (my machine has a top of

Re: Re: Centering content in Block

2006-08-09 Thread Jamie Isaacs
On 8/9/06, Luis Ferro [EMAIL PROTECTED] wrote: and if you want it centered vertically add: display-align='center' (if i recall correctly)... LF In fop-trunk this will work for a PDF but not for an RTF. -- Jamie Isaacs Corrections Software [EMAIL PROTECTED]

Re: out of memory error

2006-08-09 Thread Andreas L Delmelle
On Aug 9, 2006, at 19:27, Luis Ferro wrote: Hi, It has LOADS of page sequences... it's a book with 2500 pages where from 3 or 4 pages, the template changes from one column page to 2 column page... Is there a better way of doing this swap of columns? Not that I'm aware of... (you're

Re: strange behaviour: Fop 0.92b, Websphere 6.0.2.0, PARENT_LAST deployment

2006-08-09 Thread J.Pietschmann
Fabien K wrote: Hello, we use Fop 0.92b in order to build documents on the fly under a Websphere Application Server 6.0.2.0 We I deploy my application in PARENT_FIRST classpath mode, everything's ok. But if I only change deployement rules of the app to PARENT_LAST classpath mode, I catch

Re: out of memory error

2006-08-09 Thread Jeremias Maerki
Not sure that playing with the page-masters will really help. I don't think they have an influence here. I've just committed a helper XSLT [1] which can split Luis' FO file at page-sequence boundaries. It reveals that one of the page-sequences alone makes up 18MB out of the 23MB of the full FO

Re: Memory leak? (was: 'Possible' memory leak on fop-users)

2006-08-09 Thread Karthik
Andreas, I ran my test cases against fop-trunk as of 08/03 and am seeing a very good boost in performance. I profiled against the same test case that produced loitering objects in fop 0.92beta, and did NOT find any loitering objects with the trunk code. The memory usage also seems to be very

Re: out of memory error

2006-08-09 Thread Luis Ferro
That sequence should be the chapter A ;) Chapter C has about the double of A's size... LF (i will update the file with a new one with less... warnings/errors as soon as i can - it started as a 0.20.5 system, and still needs some twiching) -- View this message in context:

Page definitions (thrunk-svn 20060808)

2006-08-09 Thread Luis Ferro
I've the following page master: fo:simple-page-master master-name=base05 page-height=297mm page-width=210mm margin-top=18mm

Display-align in region-before static content

2006-08-09 Thread Luis Ferro
If you have a region-before and add the display-align=after as in: fo:static-content flow-name=cabecalho display-align=after fo:block 1 /fo:block

background-color not painted...

2006-08-09 Thread Luis Ferro
If one uses a background-color=#FF in the fo:simple-page-master i was expecting it to either giving an error (which it didn't) or that it painted the whole area inside the page definition with the stated color (which i think would be the default behavior). But it just ignored the

Indentation not propagated...

2006-08-09 Thread Luis Ferro
If one uses start-indent=3mm end-indent=3mm in the fo:region-body, those attributes are ignored by all the content placed in the section, when i presume, they should be propagated as default indentation for all child containers of it... Ok... to sum up... there is no way of defining a bleed with