From 157aff3575e05946317098493519bb770b328972 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 18 Aug 2016 11:53:32 -0400 Subject: Allow default compression mode to be set. Go 1.7 introduces a new 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. --- pdf/reference/contrib_barcode_RegisterCode39.pdf | Bin 5252 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 pdf/reference/contrib_barcode_RegisterCode39.pdf (limited to 'pdf/reference/contrib_barcode_RegisterCode39.pdf') diff --git a/pdf/reference/contrib_barcode_RegisterCode39.pdf b/pdf/reference/contrib_barcode_RegisterCode39.pdf deleted file mode 100644 index fee2c99..0000000 Binary files a/pdf/reference/contrib_barcode_RegisterCode39.pdf and /dev/null differ -- cgit v1.2.1-24-ge1ad