Skip to main content
Participant
July 25, 2022
Question

save_as is not able to store zip

  • July 25, 2022
  • 1 reply
  • 435 views

I am trying to send data from Django and then calling the function of extracting pdf contents it runs successfully and gives me the transaction id but the file of zip is not getting saved in the location I provided in save_as() while saving the result but when I run the same code locally and not using Django then it stores the zip in /tmp folder of my Linux system

This topic has been closed for replies.

1 reply

Kyle Julé24692827
Adobe Employee
Adobe Employee
July 25, 2022

Hi there,

It's hard to say without looking at your code. Make sure you've taken a look at the Python SDK sample code for an example of how to use the SDK: https://github.com/adobe/pdfservices-python-sdk-samples 

Feel free to send me your code at aft14024@adobe.com and I can take a look at it.

Participant
July 25, 2022

I have sent you the email containing the files of django and python backend