0
Convert multiple files with SDK using Node JS
New Here
,
/t5/acrobat-services-api-discussions/convert-multiple-files-with-sdk-using-node-js/td-p/11103548
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Adobe Employee
,
LATEST
/t5/acrobat-services-api-discussions/convert-multiple-files-with-sdk-using-node-js/m-p/11115301#M180
May 08, 2020
May 08, 2020
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

