Ppt
|
public class PptOptions
The PptOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| PptOptions |
| Name | Description | |
|---|---|---|
| ContainAnnotation | Whether to contain annotations when converting. | |
| ContainImage | Whether to contain images when converting. | |
| ContainPageBackgroundImage | Whether to contain page background images when converting,which takes effect only when enable_ocr is true. | |
| EnableAiLayout | Whether to enable AI layout analysis during conversion. | |
| EnableOCR | Whether to use OCR. | |
| FormulaToImage | Whether to convert formulas to images. | |
| OcrOption | Specify the OCR option. | |
| OutputDocumentPerPage | whether to output one document per page. | |
| PageRanges | Specify the pages to convert, e.g. "1-3,5,7-9". Using fixed-size array for simplicity. |