Take user input and write to file from javascript inside a pdf?
Posted
by dazedandconfused
on Stack Overflow
See other posts from Stack Overflow
or by dazedandconfused
Published on 2010-05-11T23:35:10Z
Indexed on
2010/05/11
23:44 UTC
Read the original article
Hit count: 127
JavaScript
Is it possible to have a pdf file that asks a user a set of questions and then writes their answers to a file, then next time it is viewed loads those answers as default values? I know pdfs can include javascript and have figured out how to add javascript to a pdf with iText (http://itextpdf.com/) but don't know how to prompt for user input or write to a file from inside the pdf.
Any help would be appreciated.
© Stack Overflow or respective owner