Skip to main content
Participant
June 18, 2024
Question

Creating a writable pdf file using Javascript

  • June 18, 2024
  • 1 reply
  • 1323 views

Hi to everyone reading this post.
I have like a "Checklist" that I have to make for the web. Now it has a lot of areas that have to be made as checkboxes and also there are certain text areas that need a text box.
My question now is, is it possible to automate this process in Javascript? I need the system to recognize those empty fields and I want the script to create the needed text and check boxes?

 

This topic has been closed for replies.

1 reply

Nesa Nurani
Community Expert
Community Expert
June 18, 2024

Scripts are not guaranteed to work on the web browsers.

Participant
June 18, 2024

My bad i didnt specify it better. Im basically doing a design in Figma then exporting it as a pdf.  I need to automate the creation of a writable pdf file in adobe acrobat. I want too use its inbuilt system of Javascript, to automate the process of creating the checkboxes and textboxes

 

try67
Community Expert
Community Expert
June 18, 2024

You can use the addField method to create new fillable form fields in a PDF file using JS.

See the documentation of this method for the details on how to use it.