Skip to main content
Participant
January 21, 2020
Question

Export pdf to excel only current page

  • January 21, 2020
  • 1 reply
  • 479 views

Hello friends, I need script for exporting current page from acrobat dc to excel/word documents is it possible?

This topic has been closed for replies.

1 reply

Thom Parker
Community Expert
Community Expert
January 21, 2020

Yes it is possible. This is  a two step process. First extract the page using the "doc.extractPages()" function, then save it with the "doc.saveAs()" function using one of the file conversion options.  Here's an article on saving a PDF with a script. 

https://www.pdfscripting.com/public/How-to-Save-a-PDF-2.cfm

 

 

 

 

 

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