Copy link to clipboard
Copied
I have a pdf file that is 371 pages of images, I need to split the file so that it is more manageable. I can read the Azure Blob in but when I pass it to split I recieve a error. What uses the support chunked transfer mode to pass to your services?
Unable to process template language expressions in action 'Split_PDF_2' inputs at line '0' and column '0': 'The template language function 'body' cannot be used when the referenced action outputs body has large aggregated partial content. Actions with large aggregated partial content can only be referenced by actions that support chunked transfer mode.'.
Copy link to clipboard
Copied
Can yousave it to /tmp perhaps and then point the SDK there? Or consider the REST API, but you would still need to POST the file to our endpoint in a complete manner. Your development environment may support doing a POST where bits are streamed in.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now