Custom PDF overwrites standard PDF layouts for invoices, shipments and creditmemos. It also makes it possible to use HTML templates for pdf generation
- version: 1.0.0 - alpha
This module will overwrite the default magento PDF functionality for invoices, shipments and creditmemos. It uses HTML templates to render the PDF.
This allows you to use your magento theme CSS files and enables customisation for Frontend-developers.
It is still a work in progress. It works for package slips. Templates are a mess. Time for a refactor.
- PHP >= 5.4.0
- Mage_Core
- Mage_Sales
- Magento >= 1.6
- Using Modman
modman clone https://github.com/TimVroom/CustomPdf.git
- Using Composer In your composer.json:
{
"require": {
"timvroom/custompdf": "dev-master"
},
"repositories": [
{
"type": "git",
"url": "[email protected]:TimVroom/CustomPdf.git"
}
]
}
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Tim Vroom (NicheCommerce)
GNU General Public License, version 3 (GPLv3)
(c) 2013-2014 NicheCommerce