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

Have a large file on Azure read into a Blob that is to large to split?

New Here ,
Mar 20, 2023 Mar 20, 2023

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.'.

301
Translate
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 ,
Mar 23, 2023 Mar 23, 2023
LATEST

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.

Translate
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