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

Convert multiple files with SDK using Node JS

New Here ,
May 04, 2020 May 04, 2020

Hi,

 

I need to make an scheduler based app which converts all the PDF files located in a folder to EXCEL files.

No merging.. Various PDF to various XL.

 

How can I, with this callback, loop in the application and detect if there are remaining PDFs?

 

Thanks a lot

Daniel.

537
Translate
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
Adobe Employee ,
May 08, 2020 May 08, 2020
LATEST

You can build this logic using our Node JS services SDK. You can find the relevant documentation at https://www.adobe.com/devnet-docs/dcsdk_io/servicesSDK/index.html#node-js. From a NodeJS scheduler function, you can use the sample code given in the NodeJS section to export PDF to XL, https://www.adobe.com/devnet-docs/dcsdk_io/servicesSDK/howtos.html#export-a-pdf

Translate
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
Resources