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

export PDF form field properties at folder level - doable?

Explorer ,
Apr 19, 2022 Apr 19, 2022

Copy link to clipboard

Copied

Dear sirs,

For a large folder of PDF forms, I would like to identify forms that have checkboxes that are "too small" according to user feedback. Is there an efficient way (e.g., javascript?) of exporting form field properties to a csv file or a spreadsheet. Once I have this information, I can filter the information according to needs.  

 

TOPICS
JavaScript , PDF forms

Views

561

Translate

Translate

Report

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

correct answers 2 Correct answers

Community Expert , Apr 19, 2022 Apr 19, 2022

With a script you create a report of the properties and export the report as Excel file.

Votes

Translate

Translate
Community Expert , Apr 20, 2022 Apr 20, 2022

Yes, this is possible. You can even calculate the field's width and height (and total area, of course) directly in your script and then just output the names of the "suspected" fields for further investigation. This can all be done by analyzing the fields' rect property.

Votes

Translate

Translate
Community Expert ,
Apr 19, 2022 Apr 19, 2022

Copy link to clipboard

Copied

With a script you create a report of the properties and export the report as Excel file.

Votes

Translate

Translate

Report

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 ,
Apr 20, 2022 Apr 20, 2022

Copy link to clipboard

Copied

Yes, this is possible. You can even calculate the field's width and height (and total area, of course) directly in your script and then just output the names of the "suspected" fields for further investigation. This can all be done by analyzing the fields' rect property.

Votes

Translate

Translate

Report

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 ,
Apr 28, 2022 Apr 28, 2022

Copy link to clipboard

Copied

Dear sirs,

Is there a "best practice" or recommended way for implementing a script to export PDF form field properties from a folder of PDFs?:

  • Should I use another scripting language such as python?
  • Can I do this via the Adobe Acrobat console?
  • Can I do this via add new action - execute javascript?

For any of the options stated above, is there a straightforward example available that will make my first time attempt a bit easier?

 

Votes

Translate

Translate

Report

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 ,
Apr 28, 2022 Apr 28, 2022

Copy link to clipboard

Copied

LATEST

Please disregard vague question.

Votes

Translate

Translate

Report

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