Skip to main content
Participant
September 28, 2020
Answered

Change in Java script

  • September 28, 2020
  • 2 replies
  • 459 views

When I export a 10 page pdf to an excel spreadsheet the java script tells the excel spreadsheet to create a sperate tab for each page of the pdf. In the older version of Adobe, the 10 page pdf would export into one long tab, rather than 10 seperate tabs. I need to know how to change the java script in the newer Acrobat DC to export a 10 page pdf into one long excel spreadsheet tab not into 10 seperate tabs for each page of the pdf.

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer try67

This is not something you can set with your code. It's a setting under Edit - Preferences - Convert from PDF - Excel Workbook:

 

 

If you change it there the script will go back to acting like it did before.

2 replies

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
September 29, 2020

This is not something you can set with your code. It's a setting under Edit - Preferences - Convert from PDF - Excel Workbook:

 

 

If you change it there the script will go back to acting like it did before.

Bernd Alheit
Community Expert
Community Expert
September 29, 2020

What script does you use?