I am a new to iText and going through the tutor.
I find the information provided by the site is very useful and espacially mail archives .
My question is :
if I want to create a document and send it accross the fie(I dont have any other use after sending) , do I compulsorily need to create one file using
PdfWriter.getInstance(document, new FileOutputStream("DefaultPage.pdf"));
This will waste my space each time user request with new requirement parameter.
How can I create a document on the fly without needing to specify a fileOutputStreame
protected PdfWriter(PdfDocument document,
OutputStream os)
- Constructs a
PdfWriter.Remark: a PdfWriter can only be constructed by calling the methodgetInstance(Document document, OutputStream os).
I dont want to save the file, but just to send it. Is there an alternative to achive this. Please let me know
Thanks and Regards:
Sagri
Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
