summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Collapse)Author
2019-08-28attached z, q, h, and v instructions to the Fpdf_SVGBasicWriteRichard Stöckl
2019-08-22Add test for SetUnderlineThicknessJoe Westcott
2019-05-15Add split line table PDF to reference directoryKurt
2019-04-19Added full support for UTF-8 font. With MIT license.DarkFreedman
2019-02-21Add example usage for SetWordSpacingWojciech Matusiak
2016-12-02Issue #53 - Support for <RIGHT> alignment tag on basic HTML (#95)Guillermo Pascual
* Added <RIGHT> tag support to the html basic parser. Also added a test line for the RIGHT alignment on fpdf_test ExampleFpdf_HTMLBasicNew * Updated the reference PDF for HTMLBasicNew
2016-11-06Add tables examples ClippedTableCells and WrappedTableCellsWilk
2016-08-18Allow default compression mode to be set. Go 1.7 introduces a new ↵Kurt
compression/flate routine that results in different compressed streams than before. Consequently, PDFs generated with go 1.7 are not generally binary-equivalent with those generated with previous versions. Turning off compression for test files removes this variability. However, it does not help with PDFs that contain images. For now, those reference PDFs have been removed to allow tests to proceed.
2016-07-30Correct names of various CellFormat examples and generated filesKurt
2016-07-30Isolate embedded font dataKurt
2016-06-05Add Font resource declaration to templates. Thank you geekpexKurt
2016-03-09Demonstrate UTF-8 translation with Portuguese pangramKurt
2015-10-12Reference PDFs generated by contributed packagesKurt Jung
2015-10-12New reference files that changed as a result of the updated WriteAligned method.Kurt Jung
2015-10-12Add reference PDFs for comparison purposes. Document comparison of example ↵Kurt Jung
documents.
2013-08-02Make sure pdf directory exists for testsKurt Jung