cvs commit: xml-fop/src/org/apache/fop/image FopImageFactory.java

2001-10-11 Thread keiron
keiron 01/10/11 02:13:33 Modified:src/org/apache/fop/image FopImageFactory.java Log: throws a different error if base dir not specified Revision ChangesPath 1.25 +7 -1 xml-fop/src/org/apache/fop/image/FopImageFactory.java Index: FopImageFactory.java

cvs commit: xml-fop/src/org/apache/fop/svg SVGElement.java

2001-10-11 Thread keiron
keiron 01/10/11 02:16:24 Modified:src/org/apache/fop/svg SVGElement.java Log: do not attempt to set base dir if not available Revision ChangesPath 1.16 +4 -2 xml-fop/src/org/apache/fop/svg/SVGElement.java Index: SVGElement.java

provisional-distance-between-starts and provisional-label-separationdoesn't work

2001-10-11 Thread ektan
hi all, I'm using FOP-0.20.1 and I have used the above attributes for the list-block, but it doesn't work. So, anyone has any ideas about this problem? Anyway, in order to perform this task, I have used text-indent in the list-block, and it worked. But, there is a text-alignment problem in the

vertical align in a block

2001-10-11 Thread Marc Jenzer
Hello How can I define the vertical align (i.e. top / bottom..) from a text in a fo:block Thx Marc - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Large graphics

2001-10-11 Thread Scott Moore
Hi all, I'm creating a cover page that contains a large graphic. Portions of the graphic are transparent (it's a PNG) and I'm trying to place the report title in some of the transparent region. But it always gets truncated by the graphic image, whether transparent or not. Is there a way

AW: Large graphics

2001-10-11 Thread Beer, Christian
What if you first place the image and then place the text. Doesn't that work?? -Ursprüngliche Nachricht-Von: Scott Moore [mailto:[EMAIL PROTECTED]]Gesendet: Donnerstag, 11. Oktober 2001 15:05An: FOP ListBetreff: Large graphics Hi all, I'm creating a cover page that

Re: Large graphics

2001-10-11 Thread Louis . Masters
Scott: I have been looking into the background-image property (xsl 7.6.3) of a block, but it isn't implemented in FOP 0.18. If you are on a later version, you can try it out. -Lou Scott Moore [EMAIL PROTECTED] on 10/11/2001 09:05:08 AM Please respond to [EMAIL PROTECTED] To: FOP List

Re: orientation

2001-10-11 Thread Dirk-Willem van Gulik
Ok - found it. For some reason it seems to come from an other account: [EMAIL PROTECTED] - let me make sure it accepts both. Dw. On Thu, 11 Oct 2001, Brian T. Wolf wrote: I am trying to utilize the code in PCLRenderer that will send the landscape escape sequence. Unfortunately I cannot

Re: Large graphics

2001-10-11 Thread Scott Moore
It's not implemented in 0.20 either. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 11, 2001 12:14 PM Subject: Re: Large graphics Scott: I have been looking into the background-image property (xsl 7.6.3) of a block, but it isn't

The Position of my table in a body-content

2001-10-11 Thread Serge Pagop
Hi all, I have a Problem, I think someone can help to resolve this problem. I want to put my table in the center my body-content but I don't know, how I can do that. Any help would be appreciated thanks. -- [EMAIL PROTECTED] MATHEMA AG Nägelsbachstraße 25 b 91052 E r l a n g e n Telefon

Fop speed improvements

2001-10-11 Thread Pablo Iaria
Hi all, This is the second message I post about fop performance; is there a way to make it faster or useable. I'm generating a pdf from a servlet and although it's very easy to use, it's VERY slow and causes the browser to raise a timeout exception. I'm using a Pentium III 500 + 500 Mb +

Fop speed improvements

2001-10-11 Thread Pablo Iaria
Hi all, This is the second message I post about fop performance and I didn't got any answer; is there a way to make it faster or useable. I'm generating a pdf from a servlet and although it's very easy to use, it's VERY slow and causes the browser to raise a timeout exception. I'm using a

Re: Fop speed improvements

2001-10-11 Thread Scott Moore
Wow. That's slow. I'm also using it in a Servlet and I don't have any performance problems. I generated a 100 page PDF in about 20 seconds, and that included many graphics and short tables. How big is your table? I typically have between 5-20 rows. I'm using JDF 1.3.1_01 with Tomcat 3.2.3.

orientation

2001-10-11 Thread Brian T. Wolf
I am trying to utilize the code in PCLRenderer that will send the landscape escape sequence. Unfortunately I cannot seem to figure out how to pass the information from the stylesheet to the renderer. If someone is already working on this I can wait a little bit; otherwise any advice on how

Re: Fop speed improvements

2001-10-11 Thread Amit
There are disclaimers stating that Fop is not ready for production level use. However many of us use it. I can generate 2+ page pdfs with graphics in less than 30 seconds...this is just to give you an idea. I a using JDK1.2.2 with 512MB of RAM If you could paste/attach your servlet code or the

Generating PDF

2001-10-11 Thread Mailer Mailer
Hi there, I am Deep working on XML to PDF conversion. I have few questions can anyone please try and answer them. I need them urgently. Here are my queries: 1. I want to use the org.apache.fop.pdf package to create a pdf document. Can I use the org.apache.fop.pdf package separately for

Parcing Error

2001-10-11 Thread Gegelman, Doug
To whom it may concern: I am creating a report using xsl-fo. In the main table I am trying to add a nested table. When I put the nested table in and try to parce it to a pdf file I am getting a error [1ERROR: org.apache.fop.fo.flow.Table What is causing this error and how can I correct it. I

Making a native win32 binary out of FOP

2001-10-11 Thread Thomas Kæregaard
Hi List. I would like to distribute FOP with my application, but I don't want to force people to install 5,4 MB worth of JRE. Do any of you have experience regarding translation of FOP into an .exe-file (+ some .dll's probably) that will run directlyfrom a win32 platform? Some sort of

SIGSEGV when running Fop

2001-10-11 Thread libor
Hi, I use Fop-0.20.1. Java SUN SDK-1.3.1 on Linux and always got a SIGSEGV when running 'java org.apache.fop.apps.Fop infile.fo outfile.pdf. I'm not too stron in Java, but it seems to me strnge to get SIGSEGV when running Java app. Does anybody know the solution? Thanks Libor Sakmary [EMAIL

Re: Fop speed improvements

2001-10-11 Thread Pablo Iaria
I have one table of 4 or 5 columns per row.. and about 30-35 rows per page. the fop version is fop 0.20.1 - Original Message - From: Scott Moore [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 11, 2001 3:05 PM Subject: Re: Fop speed improvements Wow. That's slow.

Re: Fop speed improvements

2001-10-11 Thread Bertrand Delacretaz
On Thursday 11 October 2001 20:05, Scott Moore wrote: I generated a 100 page PDF in about 20 seconds Would you mind sharing the XSL-FO of this document? We are currently studying how far optimizing FO code (just on one example document that we know is less than optimal) makes a difference, and

Re: Parcing Error

2001-10-11 Thread Louis . Masters
If you attached your XSL, I can take a look at it. Better yet, here is some code that is nesting tables: . . . fo:table-cell text-align=start space-before.optimum=1pt!--from main report table-- fo:table fo:table-column column-width=40mm/ fo:table-column

Re: Table Layout with Page Breaks

2001-10-11 Thread jthaemlitz
Make sure your table is in the xsl-region-body and not in the xsl-region-before or xsl-region-after. I have tables that go on for many pages without problems. You can then use the xsl-region-before for table headers at the top of each page. If you start your tables with the break-before=page

Re: Fop speed improvements

2001-10-11 Thread Pablo Iaria
The arquitecture I have is: 1) I call a stored procedure that answers a cursor. 2) Traversing that cursor I build the xml file. 3) I transform the xml file with a xsl to get a .fo 4) Finally I use fo to get the PDF file. The most time consuming task is the transfomation performed in step 4 5.

RE: XSL FO

2001-10-11 Thread Langdon, Jeffrey
Marianne: It would appear from you email that you are subscribed. Welcome. Regards, Jeff Langdon -Original Message- From: Marianne Engesvik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 10, 2001 10:25 AM To: [EMAIL PROTECTED] Subject: XSL FO Subscribe I would like to join a

RE: Table Layout with Page Breaks

2001-10-11 Thread Shkuro, Yuri
I think what Chris was asking is what needs to be done to make sure the table that doesn't fit on a page is started from the next page. I have a similar need. So far I just used table-header to at least make sure that even if the table crosses the page, at least the header will be repeated, but

ImageFormat exception in fop0.18

2001-10-11 Thread Gagan Bhalla
I am getting the format when refencing a specific image file while generating a PDF. sun.awt.image.ImageFormatException: Unsupported color conversion request at sun.awt.image.JPEGImageDecoder.readImage(Native Method) at

TXTRenderer

2001-10-11 Thread Brian T. Wolf
Is anyone else using the TXTRenderer? It seems that when I try it my pages all appear twice as wide as they are supposed to and the letter spacing is all funky. Is that already documented? If not, does anyone have any workarounds or ways to fix this? Thanks, Brian

Re: SIGSEGV when running Fop

2001-10-11 Thread Carlos Villegas
That's a problem with the JVM not FOP. Java should not core dump in any case. That version of Linux SDK is known to be buggy. It seems that 1.3.0 is ok or any of the blackdown versions (www.blackdown.org). Cheers, Carlos [EMAIL PROTECTED] wrote: Hi, I use Fop-0.20.1. Java SUN SDK-1.3.1 on

AW: FOP and Sockets

2001-10-11 Thread Beer, Christian
I had the same problem parsing xml directly out of a zip, where the xml-parser also closes the whole stream. I did it this way: I wrote this class: code public class NonClosingInputStream extends FilterInputStream { public NonClosingInputStream(InputStream in) { super(in); } public