RE: Problem with .fo file

2003-12-11 Thread frederic . kieffer
Thanks for your quick answer. As I was thinking Crimson was the cause of this issue, I changed the fo:root tag of the .fo file, and the parser was not confused by the document anymore. Frédéric Kieffer -Message d'origine- De: J.Pietschmann [mailto:[EMAIL PROTECTED] Date: mercredi 10

Problem with .fo file

2003-12-10 Thread frederic . kieffer
Hello people, I'm having trouble with a .fo file. I'm able to convert it to PDF when using the command line, but when I try to print it (using awt) thanks to embedded code, I have this error : [INFO,Default] [PrintDocument][setupFopAndRender] loading and printing XSL-FO document

RTF Support

2003-11-13 Thread frederic . kieffer
Hi people, I just read that the support for RTF will be built soon. Is there any release date scheduled ? Thanks. Frédéric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Background image

2003-05-12 Thread frederic . kieffer
Hi everybody. I have a very simple question (which has been already answered I presume) : How do i display a background image (my company's logo) in the center of the page, without having it being repeateted through the document (I don't know if I should use the background-repeat property of

RE: Background image

2003-05-12 Thread frederic . kieffer
Thanks for your support, but my document consists in a single page. -Message d'origine- De: Matthew Lancashire [mailto:[EMAIL PROTECTED] Date: lundi 12 mai 2003 15:19 À: [EMAIL PROTECTED] Objet: RE: Background image If it to be shown on the first page only you could define two

Different page layout using pdf renderer or awt renderer

2003-02-17 Thread frederic . kieffer
Hi. Rendering a document through the awtrenderer (sent directly to the printer) doesn't give me the same result than rendering the samep document throught the PDF renderer (PDF is generated in a servlet, then open in a browser window). Both modules share the embedded fonts and xslt file. Any

RE: Different page layout using pdf renderer or awt renderer

2003-02-17 Thread frederic . kieffer
Thank you very much for your input. Frédéric -Message d'origine- De: Jeremias Maerki [mailto:[EMAIL PROTECTED] Date: lundi 17 février 2003 11:53 À: [EMAIL PROTECTED] Objet: Re: Different page layout using pdf renderer or awt renderer This happens because the two renderer use a different

Pages counting.

2003-02-14 Thread frederic . kieffer
Hi people! I have this time a simple question. How can I know the numbers of pages that FOP will render ? I need this because I have to write the information on the bottom of the page(with something like : Page fo:page-number/ , xsl:value-of select=$nbpages / Thanks Frédéric

RE: Pages counting.

2003-02-14 Thread frederic . kieffer
Thanks Markus. -Message d'origine- De: Müller, Markus [mailto:[EMAIL PROTECTED] Date: vendredi 14 février 2003 16:12 À: [EMAIL PROTECTED] Objet: AW: Pages counting. Have a look at FOP.FAQ at http://xml.apache.org/fop/faq.html (FO) How do I print the total number of pages, like in page 1

Fop and Multithreading.

2003-02-12 Thread frederic . kieffer
Hi everybody! Sorry to bother you again with my problem (running fop with EJBs), I'd like to say that I still experience font corruption even if I use a singleton class (or maybe i didn't design it correctly). So we felt back to a sequential approach to print our documents. We just lost the speed

RE: Fop and Multithreading.

2003-02-12 Thread frederic . kieffer
you'll find my attached my code. -Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Date: mercredi 12 février 2003 17:58 À: [EMAIL PROTECTED] Objet: Fop and Multithreading. Hi everybody! Sorry to bother you again with my problem (running fop with EJBs), I'd like to say

RE: Antwort: Re: Antwort: Fop and multithreading.

2003-02-11 Thread frederic . kieffer
Like Reto, EJBs have been chosen to be strategic technology in my company. Having tested Fop in Servlets I designed (generating pdf an opening it in the client's browser) causes no problem ; in this case, the renderer I use is the PDF one. But when I want to print directly (using the printer

Fop and multithreading.

2003-02-10 Thread frederic . kieffer
Hi everybody. I experience issues when using Fop (0.20.4 / 0.20.5rc) in a multithreaded application. I designed a function which transforms a dom into pdf (using a xslt), then prints it. This function is used in each thread. I'm embedding fonts in this pdf. The printed sheets of paper display

RE: Antwort: Fop and multithreading.

2003-02-10 Thread frederic . kieffer
Thanks for your help. In addition, I'm in the same kind of situation as you are (multiprocessor Unix box, executing FOP in a Message Driven EJB on JBoss). I designed a singleton class which is used by this ejb each time a message is being consumed. I'm going to try to synchronize its methods.

RE: Antwort: Fop and multithreading.

2003-02-10 Thread frederic . kieffer
Thanks for your help -Message d'origine- De: Jeremias Maerki [mailto:[EMAIL PROTECTED] Date: lundi 10 février 2003 14:08 À: [EMAIL PROTECTED] Objet: Re: Antwort: Fop and multithreading. Frédéric and Reto, having read the 24.1.2 Programming restrictions of the EJB 2.0 specification, I'd

Fop font issues with MDB EJBs

2003-02-07 Thread frederic . kieffer
Hi there! I'm experiencing font problems using Message Driven EJBs. These beans are instanciated/created each time a message is pushed into the JMS queue these beans are bound to. Messages contains objects which I build DOMs from, before being used by a class which does the transformation and