Displaying PDF document within App

0
Hey, I have a PDF document which has 147 different pages, I’ve looked around on Mendix and found Document Viewer. If I use this will be able to display all of the different pages when a button is pressed on my application, e.g. show PDF? Thanks :)
asked
1 answers
1

If you have the PDF as a FileSystem object in your database you can add the FileManager to a page. On the settings set the property to Download and set the option on ‘try to open in browser’.  Then the file will be opened in the default PDV viewer (if available) otherwise it will be downloaded.

answered