Skip to main content
Participant
May 8, 2021
Question

How to automate "PDF Prepare form" for all Access text fields with VBA

  • May 8, 2021
  • 1 reply
  • 523 views

Hello,

I'd like to automate the process wich transforms all text areas of a PDF file into form fields.

I can do this manually with the "Prepare form" button, then let Acrobat automatically detect fields.

Step 1 : I create a PDF document from Access VBA containing a lot of text areas

Step 2 : VBA should transform the text areas into form fields

 

Any idea ?

Thanks.

This topic has been closed for replies.

1 reply

Legend
May 8, 2021

Prepare form is not something you'd want to use in automation. Just use addField (javascript method) through the VB: JavaScript bridge. 

Participant
May 8, 2021

Hi,

Since the reports are generated by Access, why recreate them from scratch in PDF ?

 

Thanks