PHPackages                             pimcore/web2print-tools-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pimcore/web2print-tools-bundle

ActivePimcore-bundle

pimcore/web2print-tools-bundle
==============================

v6.1.1(4mo ago)16222.7k↓20.7%18[3 issues](https://github.com/pimcore/web2print-tools/issues)3proprietaryPHPPHP ~8.3.0 || ~8.4.0CI passing

Since Jun 6Pushed 2mo ago13 watchersCompare

[ Source](https://github.com/pimcore/web2print-tools)[ Packagist](https://packagist.org/packages/pimcore/web2print-tools-bundle)[ RSS](/packages/pimcore-web2print-tools-bundle/feed)WikiDiscussions 6.1 Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (77)Used By (3)Security (1)

Web2Print Tools Bundle for Pimcore
==================================

[](#web2print-tools-bundle-for-pimcore)

Warning

This bundle won't be migrated to Pimcore Studio and therefore will be deprecated with 6.1.

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

[](#favorite-output-channels)

Based on the OutputDataConfigToolkit () this feature allows to save output channels centrally and reuse them in several places.

[![favorite-output-channels](doc/img/favorite-output-channels.png)](doc/img/favorite-output-channels.png)

Document Editable for Configurable Tables
-----------------------------------------

[](#document-editable-for-configurable-tables)

Editable for adding tables with configurable columns based on the output channels to documents.

[![outputputcanneltable](doc/img/outputputcanneltable.png)](doc/img/outputputcanneltable.png)

Usage:

```
{{ pimcore_outputchanneltable('tableconfig')|raw }}
```

Also see included sample areas PrintColumnAttributeTable and PrintRowAttributeTable.

PDFreactor PDF Creation Helper
------------------------------

[](#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:

```
