How to View All Pages of a Document in PDF Viewer Component?

Hi everyone,

I'm using the PDF Viewer component in Ignition Perspective to display PDF documents. Currently, it only shows one page at a time, and I can't find an option to display all the pages simultaneously.

Question: Is there a way to configure the PDF Viewer to display all pages of the document at once, or is there an alternative method or component that can achieve this?

Any guidance or suggestions would be greatly appreciated!

Thank you!

There should be pageCount and page property to that component.
You have to specify max page there and increase page+1 on some button

Great! Thank you.