CPDFConvertLayoutOptions Constants Reference

Declared in CPDFConvertWordOptions.h

CPDFConvertLayoutOptions

PDF to Word conversion parameter object (derived class of CPDFConvertOptions) Layout Options: CPDFConvertRetainFlowingText: Retain the same layout as your original file and enable the text to wrap and flow seamlessly throughout the document. RetainPageLayout: Retain the same layout as your original file by splitting the text into multiple text boxes accoring to its layout.

Definition

typedef NS_ENUM(NSInteger, CPDFConvertLayoutOptions ) {
   CPDFConvertRetainFlowingText,
   CPDFConvertRetainFlowingTextTable,
   CPDFConvertRetainPageLayout,
};

Constants

CPDFConvertRetainFlowingText

PDF to Word conversion parameter object (derived class of CPDFConvertOptions) Layout Options: CPDFConvertRetainFlowingText: Retain the same layout as your original file and enable the text to wrap and flow seamlessly throughout the document. RetainPageLayout: Retain the same layout as your original file by splitting the text into multiple text boxes accoring to its layout.

Declared In CPDFConvertWordOptions.h.

CPDFConvertRetainFlowingTextTable

PDF to Word conversion parameter object (derived class of CPDFConvertOptions) Layout Options: CPDFConvertRetainFlowingText: Retain the same layout as your original file and enable the text to wrap and flow seamlessly throughout the document. RetainPageLayout: Retain the same layout as your original file by splitting the text into multiple text boxes accoring to its layout.

Declared In CPDFConvertWordOptions.h.

CPDFConvertRetainPageLayout

PDF to Word conversion parameter object (derived class of CPDFConvertOptions) Layout Options: CPDFConvertRetainFlowingText: Retain the same layout as your original file and enable the text to wrap and flow seamlessly throughout the document. RetainPageLayout: Retain the same layout as your original file by splitting the text into multiple text boxes accoring to its layout.

Declared In CPDFConvertWordOptions.h.

Declared In

CPDFConvertWordOptions.h