Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.27 KB

01_Doc_Types_and_Available_Processors.md

File metadata and controls

20 lines (15 loc) · 2.27 KB

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/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.

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".