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

Automate PDF to MS Word from MS .NET External Program

Community Beginner ,
Oct 05, 2020 Oct 05, 2020

Copy link to clipboard

Copied

Can this PDF tio MS Word translation be automated from an Microsoft .Net external .program?

 

Using Adobe Acrobat DC on my deskop, I translate a PDF to 2 Microsoft Word formats.

 

Manaul steps

1. File > Export To > Microsoft Word > Word Dcoument, the SaveAs PDF screen, "Settings..."

2. The Save As DOCX Settings screen:

3) Two Layout Settings: Retain Flowing Text,  Retain Page Layout.

4) SaveAs to each format - 2 DOCX files.

 

Automation Requirement:

1) Develop a Net C# with the PDF Tools API library.  The program uploads PDF file to Cloud Document Services

2)  Send Retain Flowing Text option, get MS Word DOCX  returned to the calling C# program ( no manual intervention )

3) Send Retain Page Layout option, get MS Word DOCX returned to the calling C# program ( no manual intervention )

4) Repeat step 2, 3 for more files. i.e. each PDF translates into Retain Flow and Retain Page DOCX files.

 

Thanks for feedback.

Views

213

Translate

Translate

Report

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
Explorer ,
Dec 08, 2020 Dec 08, 2020

Copy link to clipboard

Copied

LATEST

Hi @LL123L ,

Thanks for reaching out. Please try out our PDF Tools API .NET SDK that might help you in achieving the automation that you are looking out for.

To get started using the PDF Tools bundle, please refer - https://www.adobe.io/apis/documentcloud/dcsdk/docs.html. (Refer .NET section in the documentation page).

Some other useful resources -

NuGet package - https://www.nuget.org/packages/Adobe.DocumentServices.PDFTools/

API Reference - https://opensource.adobe.com/PDFTools.NET.SDK.Samples/apidocs/latest/api/index.html

Ready to use sample code - https://github.com/adobe/PDFTools.NET.SDK.Samples

 

The Export PDF Operation available in the SDK should be useful for you to achieve the workflow. It supports exporting PDF to various formats - DOC, DOCX, JPEG, PNG, PPTX, RTF, XLSX.

 

Please also check PDF Tools API Licensing section in the document for more information on Free Vs Paid program.

Votes

Translate

Translate

Report

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
Resources