Save a PDF fillable form as "Other/Reader Extended PDF/Enable More Tools..." in an Excel VBA Macro
Is it possible to save a PDF fillable form as "Other/Reader Extended PDF/Enable More Tools..." from an Excel VBA Macro?
I have a process that will fill in some of the forms fillable fields from an Excel table and save as individual documents. However, it prints to PDF, which does not preserve the remaining fillable fields that I will need to return to the form later on, during an interview process, to complete additional fillable fields on the form. Is it possible to save the individual PDF documents as as "Other/Reader Extended PDF/Enable More Tools..." from within the Excel VBA Macro so I can return to these documents and finish completing? What would the VBA code be?
