diff --git a/C3GovSpGV.odt b/C3GovSpGV.odt index 8e422b6..8627353 100644 Binary files a/C3GovSpGV.odt and b/C3GovSpGV.odt differ diff --git a/C3GovSpGV.pdf b/C3GovSpGV.pdf index 1dc0f2d..c18d827 100644 Binary files a/C3GovSpGV.pdf and b/C3GovSpGV.pdf differ diff --git a/C3GovSpGV.tif b/C3GovSpGV.tif new file mode 100644 index 0000000..e85fe79 Binary files /dev/null and b/C3GovSpGV.tif differ diff --git a/C3GovSpGV_en.odt b/C3GovSpGV_en.odt index 2b603e1..013d752 100644 Binary files a/C3GovSpGV_en.odt and b/C3GovSpGV_en.odt differ diff --git a/C3GovSpGV_en.pdf b/C3GovSpGV_en.pdf index 10a870b..9dc24df 100644 Binary files a/C3GovSpGV_en.pdf and b/C3GovSpGV_en.pdf differ diff --git a/C3GovSpGV_en.tif b/C3GovSpGV_en.tif new file mode 100644 index 0000000..e8e3a68 Binary files /dev/null and b/C3GovSpGV_en.tif differ diff --git a/C3GovVerwV.tif b/C3GovVerwV.tif new file mode 100644 index 0000000..8b41fdb Binary files /dev/null and b/C3GovVerwV.tif differ diff --git a/C3GovVerwV_en.tif b/C3GovVerwV_en.tif new file mode 100644 index 0000000..73f6a3c Binary files /dev/null and b/C3GovVerwV_en.tif differ diff --git a/generateTifForFax b/generateTifForFax new file mode 100755 index 0000000..70713fc --- /dev/null +++ b/generateTifForFax @@ -0,0 +1,3 @@ +#!/bin/bash +gs -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sPAPERSIZE=a4 -r204x98 -sOutputFile=./C3GovSpGV_en.tif ./C3GovSpGV_en.pdf +gs -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sPAPERSIZE=a4 -r204x98 -sOutputFile=./C3GovSpGV.tif ./C3GovSpGV.pdf