Re: generation of pdf output
Re: generation of pdf output
- Subject: Re: generation of pdf output
- From: email@hidden
- Date: Mon, 24 Nov 2003 11:14:58 -0500
See this website.
http://www.lowagie.com/iText/docs.html
It is a third party jar file for creating PDFs. Since it is 100% java, it
works very well
from WO. Place this jar file in the jre/lib/ext folder. The documentation
is really good.
The import statements will look like:
import com.lowagie.text.*;
import com.lowagie.text.pdf.*;
Michael Warner <email@hidden>
Sent by: email@hidden
11/23/2003 12:31 PM
To: email@hidden
cc:
Subject: generation of pdf output
I am trying to figure out how to generate a .pdf file within WO.
I have looked through list archives but have found nothing that uses
contemporary .jar builds available from Apache.
I have the big picture and I have a specific xml file that I have
created.
I need to know:
(a) which .jar files to use.
(b) where/how to locate these files so the WebObjects can find them.
(c) what the import statements in the .java file will look like.
(d) exact syntax associated with the Logger.
if an example of how to do this already exists I will be happy to study
it.
Thanks,
Mike W.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.