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

Require adobe PDF to docx converter API for python or java script

New Here ,
Mar 23, 2021 Mar 23, 2021

we are writing a script to read text and data from PDF and convert it to csv.  we are using Python language for the same. 

As this is not working as expected, we are now converting PDF to docx manually and then conceveting docx to CSV using python.

 

we are planning to use Adobe acrobat proDC for the same( purchase), 

Question is do we have any API to perform such conversations or sdks . 

TOPICS
Edit and convert PDFs
2.9K
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
Community Expert ,
Mar 23, 2021 Mar 23, 2021

You can use JavaScript to convert PDF files to other formats in Acrobat.

Read the documentation of the saveAs method of the Document object.

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
Community Expert ,
Mar 23, 2021 Mar 23, 2021

Hi,

 

You could use the adobe document cloud, which supports other languages - https://www.adobe.io/apis/documentcloud/dcsdk/

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
LEGEND ,
Mar 23, 2021 Mar 23, 2021
LATEST

Bear in mind Acrobat Pro is a single user interactive tool, so it is not suitable if you want a batch utility for the background, or a web service etc. etc. There isn't much of an API for document conversion, but it can sometimes be persuaded to do such a task. You can download the Acrobat SDK (but not Acrobat) for free.

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