linkorb/tagliatelle

Tagliatelle: PDF generator for price-tags, badges, labels, etc

dev-master 2016-07-03 20:33 UTC

This package is auto-updated.

Last update: 2024-04-29 03:32:31 UTC


README

Tagliatelle allows you to define templates and page formats, and generate PDF labels based on record data (a csv, array, etc).

Usage as a command-line tool

After cloning this repository to your local machine, make sure to install the dependencies:

composer install

Then you can invoke Tagliatelle from the commandline as follows:

./bin/tagliatelle example/template.xml example/page.xml example/data.csv output.pdf

You can inspect the example/template.xml and example/page.xml to see how this works. The example/data.csv file simply contains some test data that you can use.

Calling the above command will generate a new output.pdf, that you can preview like this:

open output.pdf

Usage as a library

Add the following to your composer.json of your project:

"require": {
    "linkorb/tagliatelle": "~1.0"
}

Run composer update to install the new project dependency.

Next, refer to the example/ directory to see how to use the library.

You can either manually construct the templates and pages (example/manual.php) or use the included loaders to load the template and page formats from xml files (example/loaders.php).

Pasta!

In case you are very confused about what you just read, and you just came here for pasta, check out:

https://www.youtube.com/watch?v=yrWJ2-fUw98

License

MIT. Please refer to the license file for details.

Brought to you by the LinkORB Engineering team

687474703a2f2f7777772e6c696e6b6f72622e636f6d2f642f6d6574612f74696572312f696d616765732f6c696e6b6f7262656e67696e656572696e672d6c6f676f2e706e67
Check out our other projects at linkorb.com/engineering.

Btw, we're hiring!