This module provides a JS Action that converts an HTML Container into a downloadable PDF.
-
Create a Nanoflow
-
Add the MakePDF Action
-
Configure the Action:
Target: The class of the container that should be converted into a PDF (must be unique!) Filename: The filename used for the downlaoded PDF Orientation: Landscape or Portrait Format: PDF (to create a pure pdf) or PNG/JPEG (to create an image)
- The module uses jsPDF and HTML2Canvas
- CSS Transforms are not supported in pure PDFs, use PNG or JPEG instead