Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to create form pdf using wizard in javascript

Explorer ,
Mar 05, 2018 Mar 05, 2018

Hi team

        Is its possible to create or run form wizard using java script C# or plugin

       using this script prompt dialog box

       app.execMenuItem("AcroForm:Forms_CreateNewForm");

Thanks and Regards

Balamurugan V

TOPICS
Acrobat SDK and JavaScript
754
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 05, 2018 Mar 05, 2018

You can run that code, but it will still require user interaction, as you saw. You can't run this process automatically, if that's what you're after.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 05, 2018 Mar 05, 2018

Hi Try

          Thanks for your reply, is its possible to automate using plugin. please confirm

Thanks and Regards

Balamurugan v

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 05, 2018 Mar 05, 2018

I don't have much experience with plugins, but I doubt it. You should ask here, though: Acrobat SDK

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 05, 2018 Mar 05, 2018
LATEST

The form wizard itself does not have an API in the SDK. I suppose you are interested in the automatic form field recognition? I do not believe this feature is available, like many other high level Acrobat Features. But you should check on the SDK forum.

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines