Re: FOP hangs at Driver driver = new Driver(); line

2004-07-29 Thread Manfred Reuter
Hi, I verified the class path and I'm using xalan and xerxes that comes with FOP. We use Windows 2000 - do I also have to use here the headless option? Thanks and regards, Manfred From: J.Pietschmann [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: FOP hangs at

Re: FOP hangs at Driver driver = new Driver(); line

2004-07-29 Thread Manfred Reuter
Hi, found it ... and it seems to work. Thanks all of you for your help. There is another problem, but it seems it has nothing to do with FOP. Regards, Manfred From: Manfred Reuter [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: FOP hangs at Driver driver = new

xsl-fo to html

2004-07-29 Thread A. ROY
Hi all, Does anybody know utilities to generate HTML files from XSL-FO files ? Thanks AR -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm

Enhancing FOP command line speed

2004-07-29 Thread Sönke Ruempler
Hi, Anyone knows how to speed up FOP from the command line? Atm I call the fop.sh from a PHP script to generate the PDF and so everytime the (slow ;) ) Java Runtime must be started. -- Sönke - To unsubscribe, e-mail: [EMAIL

Re: Enhancing FOP command line speed

2004-07-29 Thread Glen Mazza
I would go to the PHP site/ML's/FAQ's, etc., and look at how to keep a Java application active in memory for your PHP calls. Once you find out how that can be done, I would then move away from a FOP command line to an FOP-embedded program (see http://xml.apache.org/fop/embedding.html for

No of pages in fop package

2004-07-29 Thread Chandrasekhar Sanku
I found that , fop is restricted to 50 pages by default. Where Can I set the no of pages(max) in FOP through either configuration setting or programmatically. Thanks Regards, Chandrasekhar Sanku. Confidentiality Notice The information contained in this electronic

RE: Enhancing FOP command line speed

2004-07-29 Thread Sonke Ruempler
Glen Mazza wrote: I would go to the PHP site/ML's/FAQ's, etc., and look at how to keep a Java application active in memory for your PHP calls. There is a PHP PEAR module (XML_fo2pdf) that utilizes the java engine and fop, but the JAVA extension of PHP is unstable and does no caching. I was

Re: Border issue

2004-07-29 Thread Amita Rathore
Just have a look at this. It helps me keep space between blocks and the header of the cells. fo:table-row fo:table-cell padding=3pt 3pt 3pt 3pt text-align=left border-color=#FF #FF #FF #FF border-style=none solid none none border-width=0pt .5pt 0pt 0pt background-color=#ddd

NO MORE DTMs

2004-07-29 Thread Chandrasekhar Sanku
Hi all, I am generating a pdf document using fop. This pdf will be 1000 pages length. I am facing two problems. 1. NO MORE DTM IDs are available 2. Memory usage is very very high. How to over come these problems? If anybody faced the same Please help me in this regard.

Re: No of pages in fop package

2004-07-29 Thread Chris Bowditch
Chandrasekhar Sanku wrote: I found that , fop is restricted to 50 pages by default. This is not true. What makes you think FOP is limited to 50 pages? If you are getting an error please post the text of error message here so we can help. snip/ Chris

Re: NO MORE DTMs

2004-07-29 Thread J.Pietschmann
Chandrasekhar Sanku wrote: 1. NO MORE DTM IDs are available This message is caused by a known bug in an old Xalan release, also included in a somewhat old JDK 1.4 release. Upgrade your JDK to the latest release, or add the latest Xalan jar to the endorsed libs. The procedure is described in

RE: Border issue

2004-07-29 Thread Zaleski, Matthew \(M.E.\)
Ok, I've stripped my example down even further. I've eliminated all padding attributes. I have background-color enabled on a single cell. I also am now using borders only on table-cell elements. I turned off the outside border on the table in case it was a problem. In the new example attached