Download the PHP package pimcore/web2print-tools-bundle without Composer
On this page you can find all versions of the php package pimcore/web2print-tools-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package web2print-tools-bundle
Web2Print Tools Bundle for Pimcore
Adds following additional features to the web2print functionality of Pimcore.
- Favorite Output Channels
- Document Editable for Configurable Tables
- PDFreactor controller tool
- table of contents creation (awesomizr.js)
Favorite Output Channels
Based on the OutputDataConfigToolkit (https://github.com/pimcore/output-data-config-toolkit) this feature allows to save output channels centrally and reuse them in several places.
Document Editable for Configurable Tables
Editable for adding tables with configurable columns based on the output channels to documents.
Usage:
Also see included sample areas PrintColumnAttributeTable and PrintRowAttributeTable.
PDFreactor PDF Creation Helper
PDFreactor PDF Creation Helper allows you to integrate web2print functionality directly into the controller and creates a pdf response from a given HTML.
Usage in controller action:
With url parameter html=1 pdf rendering is deactivated.
Create table of contents
See example: toc.js See full documentation and examples: pdfreactor-manual
Running with Pimcore >= 11.0
If you are using or upgrading to pimcore 11, then please make sure that the pimcore/admin-ui-classic-bundle
bundle is installed.
Running with Pimcore < 5.4
With Pimcore 5.4 the location of static Pimcore files like icons has changed. In order to make this bundle work
with Pimcore < 5.4, please add following rewrite rule to your .htaccess
.
Migration from Pimcore 4
-
change table name from
plugin_web2print_favorite_outputdefinitions
tobundle_web2print_favorite_outputdefinitions
- changed namespace from
Web2Print
toWeb2PrintToolsBundle
-
renamed permission from
plugin_web2print_favourite_output_channels' to
web2print_web2print_favourite_output_channels` - removed Custom Document Areas
- PDFReactor controller plugin replaced by PDFreactor PDF Creation Helper
All versions of web2print-tools-bundle with dependencies
pimcore/admin-ui-classic-bundle Version ^1.0
pimcore/pimcore Version ^11.2
pimcore/output-data-config-toolkit-bundle Version ^4.1 || ^5.0
symfony/http-foundation Version ^6.3