Re: System.exit stuff

2002-07-02 Thread Keiron Liddle
On Mon, 2002-07-01 at 21:25, J.Pietschmann wrote: Keiron Liddle wrote: You do know that every second person will complain that FOP hangs if you remove this. :/ The exit() Oleg complained about was inserted by me. No problem with removing it, the real exit(0) is in the CommandLineStarter

[REDESIGN] pdf changes

2002-07-02 Thread Keiron Liddle
Hi All, I have made some changes to the pdf library: - added transparency for shapes and alpha mask for images This is mainly for svg graphics but it can also apply to images such as transparent png images (if someone wants to implement this feel free :). - made pdf lib independant The pdf

Pagination problem

2002-07-02 Thread RamanaJV
HI all, I'm developing a reporting application using FOP. AWTRenderer is used. Since, there are several types of reports, the design followed is a client-server one, where the client will be supplying the data to the sever (report viewer component). This data will be constructed as a FO

Converting HTML Table to PDF

2002-07-02 Thread Gilles Beaugeais
Hye, I need to convert a complex HTML table (with spannings, borders) to PDF. Does someone have a xsl-fo script to do this ? Thanks for help. Gilles Beaugeais. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Converting HTML Table to PDF

2002-07-02 Thread enrico . schnepel
hi, I have developed the prog html2fo which is available at http://sourceforge.net/projects/html2fo it supports spannings as well as borders I am currently preparing a new release. if you are interrested in new sources / binarys i will send a pre release version. Enrico Hye, I need to

AW: [REDESIGN] pdf changes

2002-07-02 Thread J.U. Anderegg
Keiron wrote: - added transparency for shapes and alpha mask for images well, what has to be transparent? Background images or overlaying text? - 82 pages: Transparency in PDF, Technical Note #5407, Adobe Developer Technologies - Outputs pdf objects immediately Unortunately I have broken the

Re: AW: [REDESIGN] pdf changes

2002-07-02 Thread Keiron Liddle
On Tue, 2002-07-02 at 11:48, J.U. Anderegg wrote: Keiron wrote: - added transparency for shapes and alpha mask for images well, what has to be transparent? Background images or overlaying text? - 82 pages: Transparency in PDF, Technical Note #5407, Adobe Developer Technologies xsl:fo

DO NOT REPLY [Bug 10374] - Syllable-mixing by hyphenation

2002-07-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10374. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10031] - FOP error handling: return codes not set

2002-07-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10031. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

page-number-citation

2002-07-02 Thread FOP project-Vienna
Hi there! I am currently working on an online-editing system for newspapers using FOP. Therefore a Xml-File is generated which consists of serveral chapters containing several chapter-articles.   I want to create a table of content for the whole newspaper containing the headlines of each

Re: page-number-citation

2002-07-02 Thread Cyril Rognon
Hi, (Remark : This is a XSL issue, nothing particular with XSL FO nor FOP. :) you can simply use some other template (usually they use some toc named template) to generate your table of content using the same nodes. This wat, you can use the same xsl:generate-id function to generate the same

Re: Converting HTML Table to PDF

2002-07-02 Thread Holger Prause
- Original Message - From: Gilles Beaugeais [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Nicolas Goyet [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 10:51 AM Subject: Converting HTML Table to PDF Hye, Hi I need to convert a complex HTML table (with spannings, borders) to PDF. I

DO NOT REPLY [Bug 2106] - broken justification with numeric umlaut entities

2002-07-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2106. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Exception while using embedded example

2002-07-02 Thread Deri Cronin
I am evaluating the FOP servlet for use on a website. Any suggestions how to make this work? 1) Using the embedded example servlet running in Tomcat4.0. Calling the servlet with the glossary.xml and glossary.xsl from the download will create a PDF correctly but the servlet response is not

Re: page-number-citation

2002-07-02 Thread FOP project-Vienna
Thanx for your answer but I´ve already studied these examples.. I tried it again and it simply doesn`t work.. what I want to know is how can I refer to the genrated page-numbers in fo:page-number-citation ref-id=/??? I have tried it like described by Antenna House: the headline of each article

Re: Exception while using embedded example

2002-07-02 Thread Oleg Tkachenko
Deri Cronin wrote: Any suggestions how to make this work? Which fop version are you talking about? 1) Using the embedded example servlet running in Tomcat4.0. Calling the servlet with the glossary.xml and glossary.xsl from the download will create a PDF correctly but the servlet response is

RE: Exception while using embedded example

2002-07-02 Thread Deri Cronin
I am using 0.20.3 which I believe is the latest STABLE version. I am following 0.20.4 and will start using it when it is stable. Regards Deri -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 18:00 To: [EMAIL PROTECTED] Subject: Re: Exception while

Re: page-number-citation

2002-07-02 Thread Cyril Rognon
Again, I must ell you that your issue is XSLT related, not FO nor FOP. You must be sure that the current context node is the same when you generate the fo:block id={generate-id()} and the fo:page-number-citation ref-id={generate-id()}/ ! different ids mean different nodes used by the

cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyNotImplementedException.java

2002-07-02 Thread pbwest
pbwest 2002/07/02 09:49:18 Added: src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyNotImplementedException.java Log: Subclass of PropertyException Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyNotImplementedException.java

2002-07-02 Thread pbwest
pbwest 2002/07/02 09:56:22 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyNotImplementedException.java Log: Added ident keywords Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyNotImplementedException.java

2002-07-02 Thread pbwest
pbwest 2002/07/02 10:00:22 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyNotImplementedException.java Log: Fixed ident snafu Revision ChangesPath No revision No revision

Re: System.exit stuff

2002-07-02 Thread J.Pietschmann
Keiron Liddle wrote: That explains it. The execution is separated between the CommandLineStarter and the AWTStarter and it needs to call exit when being run with the CommandLineStarter but not the AWTStarter. I've added other exits() in the catch clauses. Could this cause trouble too? For

Re: Pagination problem

2002-07-02 Thread J.Pietschmann
RamanaJV wrote: Is there a way the FOP provides me to update the previously created pages? No. Get the whole XML from whereever you have to get it, and render it an once. You can try to render chunks and download more XML in the background, but this is rather advanced. J.Pietschmann

keep-together implementation

2002-07-02 Thread Mete Kural
Hello FOP committers, Is there any estimate on when the keep-together property will be implemented? The FOP Project is great although as you know it's still being developed. While I wait for FOP to be developed, what other free XSL-FO formatters can I use to generate PDFs? I'm in dire need of a