Need help with PDF File creation

2003-08-06 Thread Jignesh Shah
Hi,   I use the following code to generate my pdf in a servlet. There are two problems here: 1. I see the file in the directory but when I access it, it gives me Sharing Violation error. If I logout of my Form Based Authentication implemented (Servlet is in that system) system I am able

PDF generation and JavaMail

2003-08-05 Thread Jignesh Shah
Hi,   I am facing problem generating a PDF and subsequently mailing it using JavaMail. Following is a step by step explanation of what I am trying to achieve:   A JSP page displays a list of documents with options to view, email and print the documents When the user cl

RE: PDF Generation and Javamail

2003-07-30 Thread Jignesh Shah
if I cud get a quick help in generating and keeping the fiel on the hard drive. My apologies. Jignesh -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 3:06 PM To: [EMAIL PROTECTED] Subject: Re: PDF Generation and Javamail Jignesh Shah wrote:

RE: PDF Generation and Javamail

2003-07-30 Thread Jignesh Shah
Hi, I generate my pdf using the below code: public void renderXML(Document xmlsource, InputStream xslobj, HttpServletResponse response) throws ServletException { try { response.setContentType("application/pdf"); Driver driver = new Driver(); driver.setLogger(

RE: Style sheets with fo?

2003-07-01 Thread Jignesh Shah
Hi, You can use the attribute xsl:use-attribute-sets="page.attrib"> or mebbe xsl:use-attribute-sets="label.attrib"> and have the corresponding attributes in a separate xsl spreadsheet. (Style.xsl) in my example Hope it helps Jignesh XSL template file: http://www.w3.org/1999/XSL/Transform";

need help with text formatting

2003-06-09 Thread Jignesh Shah
Hello all,   I have finished setting up an xsl file to generate pdf using fop-0.20.4. The xml which I generate has tags which are populated by text from html