Skip to content

TimVroom/CustomPdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom PDF

Custom PDF overwrites standard PDF layouts for invoices, shipments and creditmemos. It also makes it possible to use HTML templates for pdf generation

Facts

  • version: 1.0.0 - alpha

Description

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.

Requirements

  • PHP >= 5.4.0
  • Mage_Core
  • Mage_Sales

Compatibility

  • Magento >= 1.6

Installation Instructions

  • 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": "git@github.com:TimVroom/CustomPdf.git"
        }
    ]
}

Uninstallation

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Tim Vroom (NicheCommerce)

License

GNU General Public License, version 3 (GPLv3)

Copyright

(c) 2013-2014 NicheCommerce

About

Magento Html pdf generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published