Search found 8 matches

by morob
2014-09-17T03:55:04-07:00
Forum: Users
Topic: Image in the foreground in the multi-page pdf document
Replies: 3
Views: 1651

Image in the foreground in the multi-page pdf document

Good day! Tell me how to get out of the following situations, you need to place the image in the foreground in the multi-page pdf document. If you enter the following code: "d:\imagemagick\convert -density 200 d:\imagemagick\v1.pdf null: ( d:\imagemagick\no_copy.png -fill grey90 -colorize 80 ) -fill ...
by morob
2014-09-15T06:15:43-07:00
Forum: Users
Topic: Watermark to each village multi-page pdf
Replies: 7
Views: 6915

Re: Watermark to each village multi-page pdf

Good day! With the installation of the image in the foreground turned out, but in the one page document, tell me how to do it in a multi-page document? The code is as follows: d:\imagemagick\convert -density 200 d:\imagemagick\v8.pdf null: ( d:\imagemagick\no_copy.png -fill grey80 -colorize 80 ...
by morob
2014-09-14T23:00:12-07:00
Forum: Users
Topic: Watermark to each village multi-page pdf
Replies: 7
Views: 6915

Re: Watermark to each village multi-page pdf

Good day! Everything seems to happen, but how to make that picture no_copy.png was in the foreground pdf document? convert -density 200 v8.pdf null: ( no_copy.png -fill grey80 -colorize 80 ) -fill grey10 -font c:\windows\fonts\arial.ttf -pointsize 10 -gravity Southwest -geometry +1830+50 -compose ...
by morob
2014-09-11T03:39:06-07:00
Forum: Users
Topic: Watermark to each village multi-page pdf
Replies: 7
Views: 6915

Re: Watermark to each village multi-page pdf

Thank you very much for your reply, I will try.
by morob
2014-09-10T08:37:31-07:00
Forum: Users
Topic: Watermark to each village multi-page pdf
Replies: 7
Views: 6915

Re: Watermark to each village multi-page pdf

Good day! Tasked to make a translucent watermark with the inscription (opaque rectangle and label) on the pdf document with the command: convert -density 100 obr.pdf null: ( convert logo_p0.png -fill grey -colorize 35 ) -fill grey -font Arial -pointsize 18 -gravity SouthEast -geometry +160+30 ...
by morob
2014-09-04T05:46:22-07:00
Forum: Users
Topic: Watermark to each village multi-page pdf
Replies: 7
Views: 6915

Re: Watermark to each village multi-page pdf

Thank you very much, it worked out!
by morob
2014-09-03T23:26:45-07:00
Forum: Users
Topic: Watermark to each village multi-page pdf
Replies: 7
Views: 6915

Watermark to each village multi-page pdf

Good day, dear developers! There is a problem - it is necessary to place a watermark on each page of multi-page pdf file, but when entering the command: convert (obr.pdf [0] logo.jpg -gravity SouthEast -compose multiply -composite) obr.pdf -delete 1 result.pdf It turns out that the watermark only ...