Returns an array of PDFImageObject containing the image of each one of the pages of the PDF document.
1 pdf.reader.getImages
<pdf.reader.getImages>
<inputstream_pdf /> ?
</pdf.reader.getImages>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Einputstream_pdf | stream | The PDF file which you want to process. |
Returns | |
---|---|
Type | Description |
ArrayList | Returns an array of objects which contains the image of each one of the pages of the PDF document. |
Example
Obtains the reader object through a PDF file.
Copy
<pdf.reader.getImages> <pdf.reader> <file type='absolute' name='src_plain.pdf' /> </pdf.reader> </pdf.reader.getImages>