itextsharp - PDF with fillable form fields + "Save As" = PDF with fixed text - how? -


i'm creating pdf using itextsharp , contains fillable form fields. need, somehow set when form fields filled in , resulting pdf saved (in 1 of commercially-available pdf readers adobe's reader), need form fields fixed text (no longer editable).

is there way this?

as comment suggests, sounds "flattening document".

the issue process is not available in (adobe) reader; require acrobat, or server-side help.

on other hand, mobile pdf viewers offer flattening when saving.

the workaround reader set fields read-only when saving document. in willsave document action looping through fields , setting them readonly.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -