Add form fields into PDF
-
Is it possible to create an interactive form with text fields in the PDF?
Thanks!
-
hi! as far as i know such feature is not possible in any recipe at the moment, this is because most recipes use technologies that work with PDF at a high level (phantomjs, electron, wkhtmltopdf).. but creating interactive forms requires some low level manipulation which such technologies does not provide.
Maybe in the future we can explore the possibilities to use a library (like HummusJS) that provides low level manipulation of the PDF and make a recipe with it, another option to explore is the possibilities of using the Acrobat PDF Javascript API.. maybe it is possible to create interactive fields by using that Acrobat PDF Javascript API