title |
---|
Web to Print Module |
Adds the ability to create web-to-print documents in Pimcore and to convert them into a PDF.
This bundle introduces 2 new document types:
Type | Description |
---|---|
PrintPage | Like pages, but specialized for print (PDF preview, rendering options, ...) |
PrintContainer | Organizing print pages in chapters and render them all together. |
Name | Description |
---|---|
Chromium | Convert to PDF by installing the Chromium binary or by using a dockerized chromium (via websocket) |
Gotenberg | A Docker service with Chromium and LibreOffice support |
PDF Reactor | A REST/SOAP solution, please visit the official website for further information |
For details on how to install and configure these processors, please see Additional Tools Installation page in the Core.
After installing the bundle and the required dependencies of the processor you wish to use, you need to configure the settings under Settings > Web-to-Print. There you will find detailed notes about the options and settings available. depending on which processor you will use.
Uninstalling the bundle does not clean up printpages
or printcontainers
. Before uninstalling make sure to remove or archive all dependent documents.
You can also use the following command to clean up you database. Create a backup before executing the command. All data will be lost.
bin/console pimcore:document:cleanup printpage printcontainer
For details see our Contributing guide.