java.lang.Object | |
↳ | com.pdftron.pdf.Convert.PowerPointOutputOptions |
A class containing options common to toPowerPoint functions
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PowerPointOutputOptions()
Creates a PowerPointOutputOptions object with default settings
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
setLanguage(Convert.OutputOptionsOCR.LanguageChoice language)
Specifies the OCR language.
| ||||||||||
void |
setPDFPassword(String password)
Specifies the password if the PDF requires one.
| ||||||||||
void |
setPages(int page_from, int page_to)
Specifies a range of pages to be converted.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a PowerPointOutputOptions object with default settings
Specifies the OCR language. Default is automatic language detection.
language | the OCR language. |
---|
PDFNetException |
---|
Specifies the password if the PDF requires one.
password | the PDF password, if required; an empty string otherwise. |
---|
PDFNetException |
---|
Specifies a range of pages to be converted. By default all pages are converted. The first page has the page number of 1.
page_from | the first page to be converted. |
---|---|
page_to | the last page to be converted (inclusive). Use a negative value to specify the last page in the PDF. |
PDFNetException |
---|