0
python pdf extract demo code fail if i put extract.py in disk D:
New Here
,
/t5/acrobat-services-api-discussions/python-pdf-extract-demo-code-fail-if-i-put-extract-py-in-disk-d/td-p/14333573
Jan 03, 2024
Jan 03, 2024
Copy link to clipboard
Copied
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 D: 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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

