mhinspeya / module-pdfmod
MHinspeya PdfMod module for Magento 2
Package info
Type:magento2-module
pkg:composer/mhinspeya/module-pdfmod
1.0.0
2026-07-01 13:14 UTC
Requires
- php: >=7.3
- mhinspeya/backend-mod: ^1.0
Suggests
- mhinspeya/backend-mod: Support Configuration
This package is not auto-updated.
Last update: 2026-07-02 11:27:51 UTC
README
Overview
MHinspeya_PdfMod is a Magento 2 module designed to customize PDF invoices and credit memos.
Features
- Overrides default Magento Sales PDF models (Invoice and Creditmemo).
- Customizes PDF output format and styling.
- PHP 8.4 Compatible.
Requirements
- PHP >= 7.4
- Magento 2.4.x
Installation
Method 1: Composer (Recommended)
You can install this module using composer.
composer require mhinspeya/module-pdfmod
php bin/magento module:enable MHinspeya_PdfMod
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
Method 2: Manual Installation
- Upload the module files to
app/code/MHinspeya/PdfMod. - Run the following Magento commands:
php bin/magento module:enable MHinspeya_PdfMod
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
License
Open Software License (OSL 3.0)
Author
MHinspeya