Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
statement to allow tests to succeed.
|
|
Adds the ability to support reading dpi from PNG images, and setting
dpi on any image directly; this allows images to be displayed at the
designed size.
|
|
|
|
|
|
|
|
Compare: make `CompareBytes` exported.
|
|
All the "magic" of reference comparison happens within the
`CompareBytes` function.
Reading a file (with `ioutil.ReadFile`) gives you an array of bytes and
gofpdf supports writing to a byte buffer, where we can easily get the
bytes from.
Exporting `CompareBytes` would make it possible to use this core
functionality instead of having to convert the data into `io.Reader`.
|
|
Add cp1250 map to embeddedMapList
|
|
|
|
Compare example PDFs with reference copies
|
|
|
|
|
|
|
|
into compare-reference-pdf
|
|
latter. Thanks, Marcus.
|
|
|
|
|
|
|
|
|
|
by Jelmer Snoeck.
|
|
|
|
documents.
|
|
field in composite literal.
|
|
|
|
|
|
files. Now any package that imports the example package will generate PDFs with sorted catalogs and a fixed creation timestamp.
|
|
|
|
contributed packages can be run
|
|
|