RE: White Space Treatment Problem

2003-06-13 Thread David Rosenstein
I ran the code and it came out with the result below. this looks as though it should. when i view the pdf created by the fop it still has the indent though. -David Rosenstein IMS Software fo:block space-after.optimum=0pt start-indent=3cm font-size=9pt white-space-collapse=false

RE: White Space Treatment Problem

2003-06-13 Thread Roland Neilands
This is your culprit: start-indent=3cm Cheers, Roland fo:block space-after.optimum=0pt start-indent=3cm font-size=9pt white-space-collapse=false font-family=sans-serifBatch Size: 100 I am trying to preserve the white space in an fo:block (or any other fo element). If I use

Re: AW: PDF display over net

2003-06-13 Thread Jeremias Maerki
Something along these lines: File tempPDF = File.createTempFile(temp, .tmp); OutputStream out = new java.io.FileOutputStream(tempPDF); out = new BufferedOutputStream(out); try { driver.setOutputStream(out); [..] finally { out.close(); } Sometime later: tempPDF.delete(); or:

RE: alternate row color

2003-06-13 Thread vinod.nayak
Hi, In the same way can we solve this problem?. This is the situation. 1. I have 3 tables in the PDF each one may or may not span out for more than a page. 2. I am using table headers to carry the specific information pertaining to that table

AW: alternate row color

2003-06-13 Thread Mark Baier
Hi, yes you can do that with the fop extension ContinuedLabel. Look in the examples of your fop. greez, mark -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. Juni 2003 09:12 An: [EMAIL PROTECTED] Betreff: RE: alternate row color Hi, In

RE: alternate row color

2003-06-13 Thread vinod.nayak
Hi mark, I couldn't find the any example using fop extension 'ContinuedLabel'. If you have one please send it across to me.. Regards, Vinod. -Original Message- From: Mark Baier [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 12:39 PM To: [EMAIL PROTECTED] Subject: AW: alternate

text align on the left in a table-cell

2003-06-13 Thread Francisco García Leal
Hello.   I have a table and I would like to align the text on the left, and then I use the text-aling property with left value: fo:table      fo:table-column column-width=2.5cm/      fo:table-column column-width=5.2cm/  fo:table-header   

RE: text align on the left in a table-cell [adr][Faked From Addre ss][html-removed]

2003-06-13 Thread Sells, Fred
you have a space after the word left -Original Message- From: Francisco García Leal [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 8:04 AM To: [EMAIL PROTECTED] Subject: text align on the left in a table-cell [adr][Faked From Address][html-removed] Hello. I have a table and

RE: text align on the left in a table-cell [adr][Faked From Address][html-removed]

2003-06-13 Thread Francisco García Leal
That is a error writing the mail. In the file It´s ok. -Mensaje original- De: Sells, Fred [mailto:[EMAIL PROTECTED] Enviado el: viernes, 13 de junio de 2003 13:40 Para: '[EMAIL PROTECTED]' Asunto: RE: text align on the left in a table-cell [adr][Faked From Address][html-removed] you

Problem with displaying total page numbers in PDF document

2003-06-13 Thread Leonard Wolters
Situation sketch: I'll need to generate a PDF document that has the following page number 'algorithm'. The document starts with a cover (page 1). Then, a couple of pages will follow for which each left (even) AND right (odd) page should have the SAME page number. The document ends with a footer

RE: White Space Treatment Problem

2003-06-13 Thread David Rosenstein
Unfortunately that did not make the problem go away. The start-indent is what we used to create a 3cm margin down the left side of the page (with headers in the margin). Even in blocks where i don't have this start-indent attribute i still have an indent at the beginning of a preformatted

Re: 'AREA CONTENTS OVERFLOWS...' ERROR (FIXED)

2003-06-13 Thread ca
Thank you for your advice; the problem is fixed. In response to your question, one two three came not from the code but was just an (albeit poor) attempt to indicate that the desired output should have been all on one line, instead of separated by carriage returns. Thanks again. --Clyde

FOP 0.20.5rc3a : UTF-8 on FOP in Cocoon environment

2003-06-13 Thread Geissel, Adrian
Hi, I know that this sounds like a mixed POST, but please bear with me: I'm running in a Cocoon 2.0.4 servlet environment, but have upgraded FOP to run with 0.20.5rc3. The issue I'm getting is with character-sets, specifically Central European (ISO-8859-2). I am making (a potentially wild)

AWTRenderer thread safe?

2003-06-13 Thread Valeiko, Michael
Title: AWTRenderer thread safe? Hi, I am experiencing a weird inconsistent bug and was wondering if it is related to the AWTRenderer. I have embedded fop into a web based app. the can receive multiple print request on separate threads. The printed output sometimes has inconsistent

Re: AWTRenderer thread safe?

2003-06-13 Thread Clay Leeds
Mike, On 6/13/2003 10:49 AM, Valeiko, Michael wrote: I am using 20.4 and jdk1.4.1_02 I don't know if this is a factor, but you might want to test with 0.20.5rc3a just to see if whatever the problem is has been fixed. -- Clay Leeds - [EMAIL PROTECTED] Web Developer - Medata, Inc. -

RE: AWTRenderer thread safe?

2003-06-13 Thread Victor Mote
Valeiko, Michael wrote: Start I am experiencing a weird inconsistent bug and was wondering if it is related to the AWTRenderer. I have embedded fop into a web based app. the can receive multiple print request on separate threads. The printed output sometimes has inconsistent

RE: AWTRenderer thread safe?

2003-06-13 Thread Valeiko, Michael
I am creating a new Driver per thread, as well as a new renderer. Does setting a new renderer fall under the do not change the configuration data while there is a Driver object rendering ? It is not static in Driver.java. PS - going to 20.5 is not really an option since we are close to

Using russian characters in FO-Files

2003-06-13 Thread Johannes Fiala
Hi there, I tried to use russian characters (UTF-8 encoded) inside an FO file. ?xml version=1.0 encoding=utf-8? ... fo:block language=ru hyphenate=true russian characters: , , . end russian characters /fo:block What I get after running the FOP test suite (I'm