Re: How to rotate text 90 degrees using fop, please help me???

2002-01-10 Thread Keiron Liddle
On 2002.01.10 08:57 Manuel Moons wrote: I want the text to go from the bottom of the page to the top. But if it goes the other way around I can live with it. Can you tell me how you did it using svg:text, because I've also tried it but it seemed that fop could not handle the svg inside

CMYK

2002-01-10 Thread Ronald Jaramillo
Hi, I'been working on a RDMS-xml-fo-pdf solution for a katalog. The pdf look good ( Thanks Karen for the improved tables!! ). Our customer want to send it to a print-shop( offset ), but the pdf is in RGB color space and the print-shop need it in CMYK. From the archives I have the impresion that

Printing a PDF Report

2002-01-10 Thread Raúl Carazo
I have a pdf report on a frame of a jsp-page, and I want to print it BUT calling from the jsp where the report is, not waiting the user call it... Any idea...? Thx a lot Salve

Re: Printing a PDF Report

2002-01-10 Thread Manuel Moons
You can print a pdf automatically like this. Make sure you have a html where you embed the pdf into, using the following tag (in this case you will not see the object, but if you change the width and height it is possible, this is using activeX, so it will probably only work on IE4 and up (if

Numbre of pages

2002-01-10 Thread Raúl Carazo
Is it possible to know the numbre of pages of a document before showing it (after renderring, but without showing it on the web browser...)?

Re: Numbre of pages

2002-01-10 Thread Jeremias Maerki
If you download the current CVS (tag: fop-0_20_2-maintain) you'll find a new method getResults() in Driver.java that gives you back a FormattingResults object containing this information. On Thu, 10 Jan 2002 13:04:58 +0100 Raúl Carazo wrote: Is it possible to know the numbre of pages of a

Table layout

2002-01-10 Thread Phillips Tony
Hello, I have created an invoice utility based on FOP to produce PDF invoices. I've used a multi column table for the 'body' of the invoice and it's looking quite nice so far! However, within the narrative column items can be grouped under headings, for example: Heading 1 item item

RE: Table layout

2002-01-10 Thread Sergei Timofejev
keep-togather=always -Original Message- From: Phillips Tony [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 3:01 PM To: '[EMAIL PROTECTED]' Subject: Table layout Hello, I have created an invoice utility based on FOP to produce PDF invoices. I've used a multi column table

RE: Table layout

2002-01-10 Thread Phillips Tony
Thanks, still can't seem to get it going - looking at bugzilla report 3044 suggest this isn't working at the moment, anybody succeeded in using keep-together? thanks Tony -Original Message- From: Sergei Timofejev [mailto:[EMAIL PROTECTED]] Sent: 10 January 2002 13:14 To: [EMAIL

FOP Extensions

2002-01-10 Thread Software AG
Hi, there. Trying to create a FOP Extension I'm getting totally confused with the docs. The HTML document says to just have a look at org.apache.fop.extensions.* and implement the ExtensionObj interface. ExtensionObj is not an interface but a class, and hardly documented. So all I know is I need

uncommitted patches

2002-01-10 Thread Christian Geisert
Ok, while browsing the archives I found the following uncomitted patches, and as it is quite frustrating if your patch gets not noticed (and you worked hard for it..) we should try to commit all (if possible). * improved font-encoding by Peter S. Housel (see

Re: uncommitted patches

2002-01-10 Thread Peter S. Housel
while browsing the archives I found the following uncomitted patches, and as it is quite frustrating if your patch gets not noticed (and you worked hard for it..) we should try to commit all (if possible). * improved font-encoding by Peter S. Housel (see

Plan for maintenance release

2002-01-10 Thread Christian Geisert
Ok, I'm ready for the maintenance release ;-) The attached patch just updates the version number (and removes the JDK 1.1 stuff) Here is my plan: Make another release candidate (don't forget to update docs from cvs HEAD) Give some days for testing (there seem to be a lot of people interested

Re: Table layout

2002-01-10 Thread Matt Savino
Right now keep-with-next at the row level is the only thing that works. But if you have more rows than can fit on a page, FOP goes into an endless loop. This issue isn't adressed at all in the upocoming maintenance release is it? Phillips Tony wrote: Thanks, still can't seem to get it