EaDesgin / magento2-pdf-generator2

Invoice PDF Generator For Magento 2
https://www.eadesign.ro/magento2-invoice-credit-memo-shipping-and-product-pdf-generator-pro.html
Apache License 2.0
67 stars 60 forks source link
invoice invoice-pdf invoice-pdf-generator magento-2 magento-2-pdf-invoice magento-invoice-pdf magento2 pdf-generation pdf-template pdf-templates

Magento Invoice PDF Generator CircleCI

Maintainability

Magento 2 Invoice PDF Generator - helps you to customize the pdf templates for Magento 2. If you have an enabled template and a default template for the store you need your template the system will print the pdf template.

<img src="https://www.eadesign.ro/pub/media/wysiwyg/banner_git_pdfproAsset_4_2x.png?raw=true" alt="B2C Theme demo"

How to use the module

Add a new template from the "Add new template" button. This will prompt you with a set of fields.

The extension will allow you to harness all the power of the email template system and more. You can add phtml files to your template for very advanced configurations ({Error in template processing} and {Error in template processing}). You can add your own item processing layout so you can output taxes item prices as you want ({{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}).

You can also localize your template using the trans directive.

{{trans "Thank you for your order from %store_name." store_name=$store.getFrontendName()}}{{trans "Once your package ships we will send you a tracking number."}}

Using the extension you are able to change the invoice PDF as you desire. The PDF Generator has multiple features as follows:

For the variable system you can read the Magento domentation here. We use the exact same system to generate the variables.

Supported Versions

Installation

You can install the module via composer or manually by adding it to the app/code directory. The module is available on packagist.org

Via composer:

composer config repositories.magento2-pdf-generator2 git git@github.com:EaDesgin/magento2-pdf-generator2.git
composer require eadesignro/module-pdfgenerator
php bin/magento setup:upgrade

Requirements

Video install and use

IMAGE ALT TEXT HERE