Alan Klikic wrote:

Hi.



I have a problem signing pdf file witch file size is 9 MB or greater
(OutOfMemory Exception). Has iText any pdf file size restrictions?
No, but your JVM has. What constructor of PdfReader are you using?
The one that takes a RandomAccessFileOrArray object is 'memory-friendly' and may solve your problem. (Otherwise you just need to give your JVM more memory.)
br,
Bruno


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to