Skip to content

Files

Latest commit

36911bf · Jan 17, 2021

History

History
34 lines (21 loc) · 897 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 897 Bytes

typeset.sh Shopware6 Plugin

This Shopware6 plugin provides an alternative PDF renderer using the typeset.sh engine.

Typeset.sh is a html & css renderer written in PHP and does not require any additional php extensions or APIs.

Example

PDF Sample Invoice

Here is a sample pdf ouptut file.

Installation via Composer

Get access to your typeset.sh repository. See the typeset.sh documentation.

composer config repositories.typeset composer https://packages.typeset.sh
composer require typesetsh/shopware6-plugin
php bin/console plugin:refresh
php bin/console plugin:install -a -c TypesetshShopwarePlatform

License

This plugin is under the MIT license.

However, it requires a version of typeset.sh to work.