|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
PDF to TXT conversion parameter object. More...
#include <base_type.h>
Properties | |
| BOOL | enableAILayout |
| Whether to remove AI content during conversion. | |
| BOOL | enableOCR |
| Whether to enable OCR. | |
| BOOL | output_document_per_page |
| whether to output one document per page. | |
| OCROption | ocrOption |
| OCR option scope. | |
| NSString * | pageRanges |
| Page ranges for conversion (e.g. "1-3,5,7-9") | |
| BOOL | TableFormat |
| Whether to format tables when converting to TXT. | |
PDF to TXT conversion parameter object.
Definition at line 486 of file base_type.h.
|
readwritenonatomicassign |
Whether to remove AI content during conversion.
Definition at line 489 of file base_type.h.
|
readwritenonatomicassign |
Whether to enable OCR.
Definition at line 492 of file base_type.h.
|
readwritenonatomicassign |
OCR option scope.
Definition at line 498 of file base_type.h.
|
readwritenonatomicassign |
whether to output one document per page.
Definition at line 495 of file base_type.h.
|
readwritenonatomiccopy |
Page ranges for conversion (e.g. "1-3,5,7-9")
Definition at line 501 of file base_type.h.
|
readwritenonatomicassign |
Whether to format tables when converting to TXT.
Definition at line 504 of file base_type.h.