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 ...
Search found 3 matches
- 2019-04-16T02:03:35-07:00
- Forum: Users
- Topic: Multipage PDF watermarking
- Replies: 5
- Views: 7760
- 2019-04-15T08:14:07-07:00
- Forum: Users
- Topic: Multipage PDF watermarking
- Replies: 5
- Views: 7760
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 ...
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 ...
- 2019-04-15T05:41:35-07:00
- Forum: Users
- Topic: Multipage PDF watermarking
- Replies: 5
- Views: 7760
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 ...
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 ...