addFromPdf
addFromPdf(String path) method
Creates slides from the PDF document and adds them to the end of the collection.
Parameters
Name | Type | Description |
---|---|---|
path | String | A path to the PDF document |
Returns
addFromPdf(InputStream pdfStream) method
Creates slides from the PDF document and adds them to the end of the collection.
Parameters
Name | Type | Description |
---|---|---|
pdfStream | InputStream | A stream which will be used as a source of the PDF document |