1
New Here
,
/t5/acrobat-services-api-discussions/how-to-pass-local-pdf-url-and-convert-in-pptx-in-nodejs/td-p/14606085
May 08, 2024
May 08, 2024
Copy link to clipboard
Copied
i am unable to pass local URL of pdf to convert pptx slide in nodejs
TOPICS
Document Generation API
,
General
,
Node.js SDK
,
PDF Services API
,
REST APIs
,
UiPath
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Adobe Employee
,
May 08, 2024
May 08, 2024
Well, you need to give us a lot more info to help you. First off, the PDF to PPTX APIs do not take URLs - they take files. Your code would need to download the PDF and stream it to the endpoint, or the SDK.
Adobe Employee
,
LATEST
/t5/acrobat-services-api-discussions/how-to-pass-local-pdf-url-and-convert-in-pptx-in-nodejs/m-p/14606203#M8481
May 08, 2024
May 08, 2024
Copy link to clipboard
Copied
Well, you need to give us a lot more info to help you. First off, the PDF to PPTX APIs do not take URLs - they take files. Your code would need to download the PDF and stream it to the endpoint, or the SDK.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

