You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a simple way to use jpeg compression instead of deflate=True, like tif2pdf's -j? -- zlib compression is useless in practice as half the readers can't read the resulting PDFs, and no compression is useless too if your PDFs are large enough.
Is there a simple way to use jpeg compression instead of
deflate=True, liketif2pdf's-j? --zlibcompression is useless in practice as half the readers can't read the resulting PDFs, and no compression is useless too if your PDFs are large enough.