Returns an array with images of each one of the pages of a PDF object. This function allows to convert a PDF in a list of images of each one of the pages.

1 pdf.toImages

<pdf.toImages encoding='encoding'>
    <inputstream_pdf /> ?
</pdf.toImages>
Example

Obtains an array with the images of each one of the pages of the PDF document.

Copy
<pdf.toImages>
  <pdf.reader>
    <file type='absolute' name='src_plain.pdf' />
  </pdf.reader>
</pdf.toImages>