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

Version: 2.0.0
Framework Version: 9.24.7
Release Notes: We've updated the old TS PDF Document Viewer to work on Mendix 9.24.7 and higher! Development on this widget will continue now again under MIT support. If you have any feature requests or bugs feel free to reach out to freek.brinkhuis@theorangeforce.com.
Version: 1.1.0
Framework Version: 8.0.0
Release Notes: - Dynamic & translatable button and page count labels! - Manage the size of the pdf better with either fixed or dynamic width options
Version: 1.0.0
Framework Version: 8.0.0
Release Notes: First release!!