Document Types and Available PDF Processors
Document Types
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. |
Available PDF Processors
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 solution for rendering complex catalogs, please visit the official website for further information. Currently Pimcore supports PDFreactor 10, 11, 12 |
For details on how to install and configure these processors, please see Additional Tools Installation page in the Core.
You can also add your own Processors as long as they extend the abstract Pimcore\Bundle\WebToPrintBundle\Processor class. Set the full class name in the web2print settings, for example "App\Web2Print\Processor\WkHtmlToPdf".