galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.14k stars 169 forks source link

editable output, I want it to be read-only in hummus createWriterToModify method #291

Open vitorjosesds opened 6 years ago

vitorjosesds commented 6 years ago

I'm filling out a form that when saving the output of the file is editable, I want to export it as read-only.

chunyenHuang commented 6 years ago

https://github.com/galkahana/HummusJS/issues/220#issuecomment-344519830

https://github.com/galkahana/HummusJS/blob/c3748793c693c8d5a839b24c07610bee7ca31f18/tests/Xcryption.js

galkahana commented 6 years ago

i reckon this is what you are looking form: https://github.com/galkahana/HummusJSSamples/tree/lock-form/lock-form

how to lock a form. in->filled form, out->filled values on page, without the interacitivity

vitorjosesds commented 6 years ago

Thanks for the trouble!