itext pdfstamper makes the document read only -
i'm reading in pdf document fillable fields, , using pdfstamper fill in form, output of stamper read pdf, how can make output pdf document fields filled still fillable?
are using setformflattening(true)
? if so, behavior normal. change true
false
, form remain "fillable". learn difference reading answer question: itext how create multi-page document fillable template
this reason why form no longer interactive: removing interactivity flattening form. (if that's not case, please share code can see going on.)
or... pdf reader-enabled? if so, use pdfstamper
in append mode. maybe you're experiencing problem explained in question why error saying "use of extended features no longer available"?
Comments
Post a Comment