tieniber / PrintScreen

A Mendix widget to grab an element (or the whole screen) and write it to a PDF
Apache License 2.0
0 stars 9 forks source link
mendix-widget

PrintScreen

A Mendix widget to grab an element (or the whole screen) and write it to a PDF.

This widget works by creating a screenshot of the specified target div and laying it onto a PDF. This happens 100% client side.

Typical Usage

A user wants a local copy of an on-screen page. Instead of building a document template trying to mimic the exact on-screen page, you can provide a "download" button using this widget to generate a PDF and download it to the user's machine.

Configuration

  1. This widget renders a button on the page, so place it where you want the button.
  2. Configure the widget

Options:

Configuration Screenshot

Configuration Sample