mhinspeya/module-pdfmod

MHinspeya PdfMod module for Magento 2

Maintainers

Package info

git.modehaus.de/hyvae/pdfmod

Homepage

Type:magento2-module

pkg:composer/mhinspeya/module-pdfmod

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

1.0.0 2026-07-01 13:14 UTC

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

  1. Upload the module files to app/code/MHinspeya/PdfMod.
  2. 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