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

Unable to copy PDF that contains Text boxes and dropdowns

New Here ,
Aug 05, 2022 Aug 05, 2022

Copy link to clipboard

Copied

Hi , 

I create a PDF with Text boxes and dropdowns. Once the document has been filled I want to be able to copy and paste the whole document including the Text and dropdowns values into anoter applications.

Currently when I try to copy, it doesn't include the values entered in those Text and dropdown boxes. 

 

Would I be able to create a button that selects everything and copies it ? 

Or use Javascript to create a button that does that ?

 

Thank you. 

TOPICS
Create PDFs , How to , JavaScript , PDF forms

Views

121

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 ,
Aug 05, 2022 Aug 05, 2022

Copy link to clipboard

Copied

LATEST

You will need to flatten the fields to be able to copy their values along with the static contents of the file.

This can be done using a Custom Command (in Acrobat Pro DC) that executes the following JavaScript code:

this.flattenPages();

Note this process is NOT reversible, so make sure to save the file under a new name after flattening it, just in case.

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