Sourcing other pages of a PDF in a read node?

So far I have a read node that can accept a pdf file and output the first page of the file. I can’t figure out how to get any other page rendered to the screen (other than splitting the pdf into individual single-page files). How does one change the page currently being used as a source in the read node?

Shuffle or Merge nodes gives you the option to select other layers/pages from a Read node.

Just add a Shuffle node after your Read node, then select the page your want from the Shuffle properties.

1 Like