#Features
- Add Image for Order Item into Invoice PDF
go to Magento2Project root dir create following Directory Structure :
/Magento2Project/app/code/EmizenTech/InvoicePdfimage you can also create by following command:
cd /Magento2Project mkdir app/code/EmizenTech mkdir app/code/EmizenTech/InvoicePdfimage
now upload module files in /Magento2Project/app/code/EmizenTech/InvoicePdfimage
to Enable this module you need to follow these steps:-
Enable the Module
bin/magento module:enable EmizenTech_InvoicePdfimage
-
Run Upgrade Setup
bin/magento setup:upgrade