tifftopdf
It is not uncommon for legacy 2D drawings to be scanned and then distributed as black/white TIFF files. While these files are relatively compact, viewing them can be a PITA. The previewer on windows XP (which is what we use at work) is slow. PDF files are much easier to open.
So I wrote a python script to extract data from TIFF files and convert them to PDF format using the tiffinfo and tiff2pdf utilities from libtiff.
When converting multiple files this is done in parallel using as many cores as the machine has.
| source: | tifftopdf.zip |
|---|---|
| GPG signature: | -----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)
iEYEABECAAYFAlDV/IEACgkQEnfvsMMhpyVyLwCfUTok8U951bi34G+Ct7Vxpfhg
Jg0AniZaFkhvh7uBg6FvhI1VpfCFTqTc
=T3iE
-----END PGP SIGNATURE-----
|
| SHA256 hash: | 7b823770cfa3a6172fb77638c4ce54a80c124caadbff92b1cf6f79a137aa68a1 |
| Requirements: | python, libtiff |
