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

ExportPDFOperation Word Format Retain Page Layout and Retain Flowing Text

Community Beginner ,
Feb 02, 2022 Feb 02, 2022

Copy link to clipboard

Copied

In the desktop Acrobat DC, the Export to Word function can create both Retain Flowing Text (RFT)and Retain Page Layout (RPL) formatted Word.docx files.

 

The Github .Net example, ExportPDFToDocx, exports PDF to Word. 

https://github.com/adobe/PDFServices.NET.SDK.Samples

 

What is the parameter for  RFT or RPL  output format?

 

// Set operation input from a local PDF file
FileRef sourceFileRef = FileRef.CreateFromLocalFile(@"exportPdfInput.pdf");
exportPdfOperation.SetInput(sourceFileRef);

 

// Execute the operation.
FileRef result = exportPdfOperation.Execute(executionContext);

 

Thanks for the help.

 

 

 

 

 

 

 

 

Views

165

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
no replies

Have something to add?

Join the conversation
Resources