Skip to main content
Participant
September 28, 2020
Resuelto

Change in Java script

  • September 28, 2020
  • 2 respuestas
  • 451 visualizaciones

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.

Este tema ha sido cerrado para respuestas.
Mejor respuesta de 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 respuestas

try67
Community Expert
try67Community ExpertRespuesta
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?