Skip to content

Commit

Permalink
Feature/code 128 barcodes (#10)
Browse files Browse the repository at this point in the history
* - Add a bunch of missing method accessors in the core PDF library
- Removed PDFCode128 class
- Added PDFBarcode class, which incorporates PDFCode128, and now includes Barcode39

* - Update test_pdf128_gen.php to use new class name
- Add test_pdf39_gen.php to produce test output of the Code 39 barcode generation

* Update package name, update homepage URL
  • Loading branch information
David Wilcock authored Oct 24, 2016
1 parent 6ea779b commit 2768049
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "docnet/tFPDF",
"description": "tFPDF",
"name": "docnet/tfpdf",
"description": "tfpdf",
"keywords": ["pdf"],
"homepage": "http://github.com/dblencowe/tfpdf",
"homepage": "http://github.com/DocnetUK/tfpdf",
"type": "library",
"license": "LGPL",
"authors": [
Expand Down

0 comments on commit 2768049

Please sign in to comment.