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

Convert multiple files with SDK using Node JS

New Here ,
May 04, 2020 May 04, 2020

Copy link to clipboard

Copied

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.

Views

371

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

Copy link to clipboard

Copied

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

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
Resources