Provides functionalities to convert PDF files into various formats such as Word, Excel, PPT, HTML, etc.
More...
#include <conversion.h>
Provides functionalities to convert PDF files into various formats such as Word, Excel, PPT, HTML, etc.
Definition at line 11 of file conversion.h.
◆ cancel
Cancels any ongoing PDF conversion process.
References cancel.
Referenced by cancel.
◆ startPDFToExcel:password:outputPath:options:
+ (ErrorCode) startPDFToExcel: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(ExcelOptions *_Nonnull) | options |
Starts the conversion of a PDF file to an Excel document.
- Parameters
-
filePath | The input PDF file path |
password | Password for opening the PDF file (if required) |
outputPath | The output Excel file path |
options | Conversion settings (ExcelOptions) |
- Returns
- Error code, 0 for success
◆ startPDFToHtml:password:outputPath:options:
+ (ErrorCode) startPDFToHtml: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(HtmlOptions *_Nonnull) | options |
Starts the conversion of a PDF file to an HTML document.
- Parameters
-
filePath | The input PDF file path |
password | Password for opening the PDF file (if required) |
outputPath | The output HTML file path |
options | Conversion settings (HtmlOptions) |
- Returns
- Error code, 0 for success
◆ startPDFToImage:password:outputPath:options:
+ (ErrorCode) startPDFToImage: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(ImageOptions *_Nonnull) | options |
Starts the conversion of a PDF file to images.
- Parameters
-
filePath | The input PDF file path |
password | Password for opening the PDF file (if required) |
outputPath | The output image file path |
options | Conversion settings (ImageOptions) |
- Returns
- Error code, 0 for success
◆ startPDFToJson:password:outputPath:options:
+ (ErrorCode) startPDFToJson: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(JsonOptions *_Nonnull) | options |
Starts the conversion of a PDF file to a JSON file.
- Parameters
-
filePath | The input PDF file path |
password | Password for opening the PDF file (if required) |
outputPath | The output JSON file path |
options | Conversion settings (JsonOptions) |
- Returns
- Error code, 0 for success
◆ startPDFToMarkdown:password:outputPath:options:
+ (ErrorCode) startPDFToMarkdown: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(MarkdownOptions *_Nonnull) | options |
◆ startPDFToPpt:password:outputPath:options:
+ (ErrorCode) startPDFToPpt: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(PptOptions *_Nonnull) | options |
Starts the conversion of a PDF file to a PowerPoint presentation.
- Parameters
-
filePath | The input PDF file path |
password | Password for opening the PDF file (if required) |
outputPath | The output PPT file path |
options | Conversion settings (PptOptions) |
- Returns
- Error code, 0 for success
◆ startPDFToRtf:password:outputPath:options:
+ (ErrorCode) startPDFToRtf: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(RtfOptions *_Nonnull) | options |
Starts the conversion of a PDF file to an RTF document.
- Parameters
-
filePath | The input PDF file path |
password | Password for opening the PDF file (if required) |
outputPath | The output RTF file path |
options | Conversion settings (RtfOptions) |
- Returns
- Error code, 0 for success
◆ startPDFToSearchablePDF:password:outputPath:options:
+ (ErrorCode) startPDFToSearchablePDF: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(SearchablePdfOptions *_Nonnull) | options |
Starts the conversion of a PDF file to a searchable PDF.
- Parameters
-
filePath | The input PDF file path |
password | Password for opening the PDF file (if required) |
outputPath | The output searchable PDF file path |
options | Conversion settings (SearchablePdfOptions) |
- Returns
- Error code, 0 for success
◆ startPDFToTxt:password:outputPath:options:
+ (ErrorCode) startPDFToTxt: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(TxtOptions *_Nonnull) | options |
Starts the conversion of a PDF file to a TXT file.
- Parameters
-
filePath | The input PDF file path |
password | Password for opening the PDF file (if required) |
outputPath | The output TXT file path |
options | Conversion settings (TxtOptions) |
- Returns
- Error code, 0 for success
◆ startPDFToWord:password:outputPath:options:
+ (ErrorCode) startPDFToWord: |
|
(NSString *_Nonnull) | filePath |
password: |
|
(NSString *_Nonnull) | password |
outputPath: |
|
(NSString *_Nonnull) | outputPath |
options: |
|
(WordOptions *_Nonnull) | options |
Starts the conversion of a PDF file to a Word document.
- Parameters
-
filePath | The input PDF file path |
password | Password for opening the PDF file (if required) |
outputPath | The output Word file path |
options | Conversion settings (WordOptions) |
- Returns
- Error code, 0 for success
The documentation for this class was generated from the following file: