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
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