Quote:
Originally Posted by ahsin_111
I am not able to remove the logo watermark from the first page... How you have done it.
|
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.