Skip to main content
Participant
August 2, 2020
Question

Looking to find Shortcut Key to More Tools - Clear Document in editable PDF for Windows 10

  • August 2, 2020
  • 1 reply
  • 645 views

Hello - New to the community board.  Is there a shortcut key(s) to clear an editable PDF so that I may create a VBA script to autofill and create another unique pdf (i.e. monthly invoices)?.

 

I am using Adobe Acrobat Pro DC during the  7 days free trial period but would buy the full version if I can utilize the Clear Form feature using a Shortcut Key for Windows 10.

 

I have the VBA script created..just looking to see if Adobe software is able to provide the shortcut key.

 

Thank you for your help!!

WJA

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
August 2, 2020

I don't believe there's a shortcut for that, but if you can execute JavaScript code then it's easily done, by using this command:

this.resetForm();

Participant
August 4, 2020

Thank you for the kind and quick response... Can I place this JavaScript code into Excel VBA?

 

 

Best,

WJA