[iText-questions] Transparecy to textfield

2013-04-18 Thread Yotam Vered
Hello all, I'm adding a TextField to existing PDF. I need this text to be transparent so the text below will be visible. I found only ways to make images and layers transparent. Is it possible to do this for a Field? This is my code: Rectangle rect = new Rectangle(80,450,450,550); TextField field

[iText-questions] Out of memory problem

2012-12-08 Thread Yotam Vered
Hi all, I'm getting OutOfMemoryError while trying to deal with existing PDFs. The Error happens only for files larger then 3M (+-). Code is working fine for files smaller than that. Exception in thread "AgentThread: JavaAgent" java.lang.OutOfMemoryError at com.itextpdf.text.pdf.IntHashtable.rehash