addFromPdf

addFromPdf(String path) method

Creates slides from the PDF document and adds them to the end of the collection.

Parameters

NameTypeDescription
pathStringA path to the PDF document

Returns

Slide


addFromPdf(InputStream pdfStream) method

Creates slides from the PDF document and adds them to the end of the collection.

Parameters

NameTypeDescription
pdfStreamInputStreamA stream which will be used as a source of the PDF document

Returns

Slide