pdf generation - How to create RtfWriter2 document using iText PDF OutputStream? -
I am using the free version of iText (especially v2.1.7) due to a tight project budget, the AGPL version I can not use) To create PDF and RTF docs I have an external interface (without access to its source code) which creates pdf and gives an outputstream
object I need this Using an OutputStream
object, type a RtfWriter2
document Ana is the sign of the external interface method I
public output stream get PDFOutputstream ();
I know what I am trying to achieve is technically possible using iText 2.1.7.
Comments
Post a Comment