DO NOT REPLY [Bug 16720] - Errror generating pdf from a windows service

2003-02-03 Thread bugzilla
gzilla/show_bug.cgi?id=16720 Errror generating pdf from a windows service [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 16720] New: - Errror generating pdf from a windows service

2003-02-03 Thread bugzilla
gzilla/show_bug.cgi?id=16720 Errror generating pdf from a windows service Summary: Errror generating pdf from a windows service Product: Fop Version: 0.15 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity:

Generating PDF Files Dynamically

2002-10-08 Thread Venkata Rao Nadella
Hi,   Does anybody know how to generate PDF Files Dynamically using XSL-FO and Perl? If you know please let me know.   Thanks, Venkat

need help in generating PDF and WordFiles...

2002-03-18 Thread AjayKumar Kanukuntla
Title: Message   Can some body help me with the procedures, on creating pdf and word documents from xml files using FO. i tried doing it using Fop.class file, but the generated pdf file was not readable.  The following error message is flashed when the program is run...   E:\FOP>java org.ap

Generating PDF [URGENT]

2001-10-11 Thread Mailer Mailer
generating pdf? I do not want to use FOs and I will supply data through my program (need to write). 2. What all minimal set of data and in what form should I provide from my program to use this package so as to generate the pdf? 3. What class instantiation would be my starting point? PS: My requirement

Generating PDF

2001-10-11 Thread Mailer Mailer
generating pdf? I do not want to use FOs and I will supply data through my program (need to write). 2. What all minimal set of data and in what form should I provide from my program to use this package so as to generate the pdf? 3. What class instantiation would be my starting point? PS: My requirement

RE: RE: Generating PDF on Fly

2001-09-24 Thread Shkuro, Yuri
ct: Re: RE: Generating PDF on Fly Hi, What are changes in FOP API 0.20.1 exactly ? Thanks in adavance ? Messages d´origine De: "Shkuro, Yuri" <[EMAIL PROTECTED]> Date: vendredi 21 septembre 2001 16:57 Objet: RE: Generating PDF on Fly > Yes. See attached JSP.

Re: Generating PDF on Fly

2001-09-24 Thread Semprini Davide
r), outPDF); driver.setRenderer(Driver.RENDER_PDF); driver.run();             MEMMADI Said wrote: [EMAIL PROTECTED]"> Hi,What are changes in FOP API 0.20.1 exactly ?Thanks in adavance ? Messages d´origine De: "Shkuro, Yuri" <[EMAIL PROTECTED]>Date: vendredi 21 septembre 2

Re: RE: Generating PDF on Fly

2001-09-24 Thread MEMMADI Said
Hi, What are changes in FOP API 0.20.1 exactly ? Thanks in adavance ? Messages d´origine De: "Shkuro, Yuri" <[EMAIL PROTECTED]> Date: vendredi 21 septembre 2001 16:57 Objet: RE: Generating PDF on Fly > Yes. See attached JSP. Without a parameter it reads &g

RE: Generating PDF on Fly

2001-09-21 Thread Shkuro, Yuri
It used to work with FOP 0.19 - you may need to tweak it a little for FOP 0.20 due to API changes (namely, comment out driver.render() and driver.format()). YS -Original Message- From: Semprini Davide [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 10:34 AM To: fop-dev Subject:

Generating PDF on Fly

2001-09-21 Thread Semprini Davide
Hi, I have a question: Is possible to generate and VISUALIZE with a common Browser with Acrobat Reader plug-in a PDF using a JSP that take in input a Dynamic XML? Tanks! D.Semprini - To unsubscribe, e-mail: [EMAIL PROTECTE

Question on Generating PDF from a Servlet

2001-06-30 Thread Kenneth Trio
I'm trying to generate PDF from a Servlet by giving providing XML and XSL files as input. I used the following code with some modifications: ByteArrayOutputStream out = new ByteArrayOutputStream(); response.setContentType("application/pdf"); Driver driver = new Driver(); driver