Search found 3 matches

by miragium
2019-04-16T02:03:35-07:00
Forum: Users
Topic: Multipage PDF watermarking
Replies: 5
Views: 6204

Re: Multipage PDF watermarking

Sometimes not, so I will leave it like this. I tried to avoid the unnecessary writes and deletes, but it didn't made any noticeable difference. Also, will doing that, I noticed that the Overlay effect that I'm using doesn't have the same result between version 6 and 7. Is that normal ? Should I open...
by miragium
2019-04-15T08:14:07-07:00
Forum: Users
Topic: Multipage PDF watermarking
Replies: 5
Views: 6204

Re: Multipage PDF watermarking

Thanks. This was not enough to do it, but put me on the right track, and I think I'm starting to grasp how this all work. To correctly handle multiple pages, I also had to change some of the other delete and the clone like you did with the first delete, to correctly manipulated all pages. Here is th...
by miragium
2019-04-15T05:41:35-07:00
Forum: Users
Topic: Multipage PDF watermarking
Replies: 5
Views: 6204

Multipage PDF watermarking

Hello IM people, I'm on linux and I want to put together a command that can take a pdf from the standard input, watermark it, and write it on the standard output. I turned to ImageMagick because of all the features and also because the rasterisation of pdfs was perfect for my use case. After skimmin...