TOF PDF Document Viewer

Content Type: Module
Categories: Utility,Visualization

Overview

This is the successor of the TS PDF Document Viewer widget. Feel free to reach out to us for feature requests and bug reports via freek.brinkhuis@theorangeforce.com

Use this widget if you want to display PDF files inline in your Mendix application. The TOFPDFDocumentViewer_Example module includes a page with the widget and a microflow to render the PDF document on a web page.

Documentation

Description

Use this widget if you want to display PDF files inline in your Mendix application. The ExampleImplementation folder includes a page with the widget and a microflow to display the PDF file in a web page.


Typical usage scenario

You have a requirement to display PDF files


Features and limitations

Only supports PDF for now


Dependencies

  • Mendix Studio Pro 9.24.7 and up


Installation

Download the widget and inspect the ExampleImplementation module. Copy the widget to your own page and attach the System.FileDocument (Specialization) or the Base64 encoded string value.


Configuration

Add the DocumentViewer widget to a dataview. If you have a FileDocument entity or specialisation, select this as input.

If you like to use a base64 implementation the System.FileDocument is no longer needed.

The buttons for navigating through the pages have very basic styling. You can add your own button class in the widget and add some own styling in your Mendix stylesheets.

Releases