Re: xsl:include and fop

2004-04-01 Thread Geoffrey
Thank you, URIResolver worked like a charm for the uri's from XML to FO. I have set a custom one on the Tranformer(Factory) I still have some uri's that need to be resolved from FO to PDF (all images). Is it also possible to place an URIResolver on FOP? Thanks for the help! Geoffrey "J.Pietschma

Accentuated characters

2004-04-01 Thread Olivier Crameri
Hi everyone, I am writing a java software which outputs pdfs via FOP and an xslt stylesheet. Basically the same functionality and the same code as showed in the ExampleObj2PDF.java tutorial. I am getting some troubles with accentuated letters. The accentuated characters that are present in the x

Re: How to repeat subtitle onto the following pages

2004-04-01 Thread Chris Bowditch
Jay Chiu wrote: Hi, I need to generate a report with subtitles and details as table rows. Each subtitle row may be followed by many detail rows, which may span multiple pages. But we want to add the same subtitle on the beginning of the following pages with some additional text as "Continue..." or

Re: Print PDF !!!

2004-04-01 Thread Chris Bowditch
Eric Chow wrote: Hello, I can embedded FOP in my program to produce PDF in runtime(based on the instruction). But, is there any way to directly print out the PDF with FOP api ??? If you want to directly print your document from FOP output, then I suggest you use the Postscript generator instead of

Print PDF !!!

2004-04-01 Thread Eric Chow
Hello, I can embedded FOP in my program to produce PDF in runtime(based on the instruction). But, is there any way to directly print out the PDF with FOP api ??? Any example doing this ??? Eric == If you know what you are doing, it is not called RESEARCH! =

Re: How to repeat subtitle onto the following pages

2004-04-01 Thread Zhong Yi
I would use multiple page sequences. The first page sequence just generate one page with the "Equity" header in region-before. The second sequence will generate the rest pages with "Equity Continues..." in region-before. You need to determine how many rows you can dump into first page in advance.

How to repeat subtitle onto the following pages

2004-04-01 Thread Jay Chiu
Hi, I need to generate a report with subtitles and details as table rows. Each subtitle row may be followed by many detail rows, which may span multiple pages. But we want to add the same subtitle on the beginning of the following pages with some additional text as "Continue..." or even relative p