Originally Posted by Jellby
pdftk file.pdf output tmp.pdf uncompress
(do some magic[*] with tmp.pdf)
pdftk tmp.pdf output file.pdf compress
[*] The magic boils down to searching for:
Code:
stream
0.2314 0.0471 0.3765 rg
...
h
f
and turning that last "f" into "%f", this only disables the filling of the logo, so it becomes invisible.
|