Skip to content

mcassier31/web-to-print-bundle

 
 

Repository files navigation

title
Web to Print Module

Pimcore Web to Print Module

Adds the ability to create web-to-print documents in Pimcore and to convert them into a PDF.

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.

Installation

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.

Uninstallation

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

Best Practice

Contributing and Development

For details see our Contributing guide.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.4%
  • JavaScript 24.3%
  • Twig 1.1%
  • CSS 0.2%