Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Invoice PDF Generator For Magento 2

License

Notifications You must be signed in to change notification settings

EaDesgin/magento2-pdf-generator2

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Magento Invoice PDF Generator

B2C Theme demo

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.

How to use the module

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 ( and ) . You can add your own item processing layout so you can output taxes item prices as you want (>) .

You can also localize your template using the trans directive.

"Thank you for your order from %store_name." store_name=$store.getFrontendName()>>"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

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