posted 10 years ago
Hi there,
I’m having a little issue creating PDFS using the itext lib.
This code creates pdfs in the file system one by one.
Everytime I create one I need to get an instance of new FileOutputStream(archivo).
I would like to create PDFs in memory (object), and after having created all of them, write to disk
Is it possible using this lib without making too many changes?
Thanks