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
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
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:
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(
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";
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