I have a requirement where I am parsing a 50 mb txt file into many small txt files based on some previously decided separators.
While parsing and breaking the file itself I am sending the small txt stream to a PDF Convertor which I have written which converts the TXt stream into PDF file ..
The coversion also includes a overlay image on the TXT data .
While doing so , I encountered a 404 kb txt file which is 64 pages long , each page has an overlay image stamped on it ,
This file during conversion threw an out of memory error.
The image size is 213 kb and txt file size is 404 kb ...
The process works for small txt files which are 2/3 pages long ...
Plz help me out with the issue
Thanks
Ravi
_______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions