Copy link to clipboard
Copied
Is there a way we can use PDF service API to export pdf to word doc in bulk ?
Endpoint:
POST : https://cpf-ue1.adobe.io/ops/:create
how to process multiple Input files in one request?
You would need to write code to loop through a list of PDFs and convert them one at a time. If you are not a coder then look at Power Automate. It should be quite easy to loop through a directory and process all the files in it.
Copy link to clipboard
Copied
You would need to write code to loop through a list of PDFs and convert them one at a time. If you are not a coder then look at Power Automate. It should be quite easy to loop through a directory and process all the files in it.