On Thursday 21 March 2002 08:22, [EMAIL PROTECTED] wrote:
> Quoting Venkatraman Shenoy <[EMAIL PROTECTED]>:
> > I am having a requirement where I have to print a pdf document located on
> > the server. This will be a scheduled process and hence no human
> > interaction. I plan to create this document using IText.
>
> You can create the PDF with iText, but to print it,
> you will need some external program.
> I think the best place to look for an answer is the
> newsgroup news://comp.text.pdf

Depending on the content of the PDF file you need to create, you might be 
able to use a report generator like JFreeReport or JasperReport to print a 
report and save it in PDF at the same time.  Both of these open source (GNU 
LGPL) libraries use iText to create PDF.

JFreeReport can be found at 
http://www.object-refinery.com/jfreereport/index.html.  

I have a link on the JFreeReport page to JasperReport (I can't remember what 
it is right now, but it is on SourceForge).

Regards,

Dave Gilbert
www.object-refinery.com

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to