Skip to main content
Participant
January 4, 2024
Question

python pdf extract demo code fail if i put extract.py in disk D:

  • January 4, 2024
  • 0 replies
  • 210 views

follows steps described in https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/quickstarts/python/ 

however, all resources and project are stored in disk 😧 rather than C:

When run sample code "python extract.py"

 

Please update the library code accordingly.

file_ref_impl.ref, line 48, change

os.renanme(self._file_path, abs_path)    to 

shutil.move(self._file_path, abs_path)

Thanks.

 

    This topic has been closed for replies.