blob: e2bbfc6254198c6f686d6b8126e2649063b26b85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
README
This document provides backround on the enclosed example
Sample PDF files
----------------
The sample PDF files were created as follows:
paps --font="Courier 12" --paper letter --top-margin=18 tests/Projects/Foo/Expenses/hosting/AprilHostingReceipt.txt | ps2pdf - tests/Projects/Foo/Expenses/hosting/AprilHostingReceipt.pdf
paps --font="Courier 12" --paper letter --top-margin=18 tests/Financial/Invoices/Invoice20110510.txt | ps2pdf - tests/Financial/Invoices/Invoice20110510.pdf
|