Skip to content

Add support for exporting PDF to DOCX from URL#36

Open
mprince2k18 wants to merge 2 commits intoadobe:mainfrom
mprince2k18:main
Open

Add support for exporting PDF to DOCX from URL#36
mprince2k18 wants to merge 2 commits intoadobe:mainfrom
mprince2k18:main

Conversation

@mprince2k18
Copy link

This pull request adds functionality to the Adobe PDF Services Python SDK to allow users to export a PDF file from a URL to a DOCX file. The newly added export_pdf_to_docx_from_url.py script takes a URL as input and performs the export operation, saving the resulting DOCX file locally.

Key changes include:

Added a new class ExportPDFToDOCX that handles exporting PDF files from URLs to DOCX.

Updated the README.md to include instructions on how to run the new script, including usage examples.

Ensured proper exception handling for HTTP requests and SDK operations.

This enhancement enables more flexibility for users who need to convert PDFs that are hosted online, rather than requiring a local file input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant