Search found 4 matches

by Hedgehoguse
2012-02-07T01:36:30-07:00
Forum: Users
Topic: Logo JPG on multi page PDF
Replies: 5
Views: 8705

Re: Logo JPG on multi page PDF

Yes, I do it in PHP, but it's easier to think using the command line. Pardon :oops:
by Hedgehoguse
2012-02-07T01:33:46-07:00
Forum: Users
Topic: How to set margins PDF
Replies: 1
Views: 3417

How to set margins PDF

Hello! Convert TXT to PDF, I need to do a multi-PDF, as TXT file size is not known precisely in advance. There is a problem - the margins are zero, or rather, the text goes beyond the page. I'm trying: convert -gravity NorthWest -quality 100 -density 600 -background "#ffffff" -font "c:\Windows\Fonts ...
by Hedgehoguse
2012-02-06T23:18:03-07:00
Forum: Users
Topic: Logo JPG on multi page PDF
Replies: 5
Views: 8705

Re: Logo JPG on multi page PDF

Thank you!
I still do not quite understand the syntax IMagick.
by Hedgehoguse
2012-02-05T21:45:03-07:00
Forum: Users
Topic: Logo JPG on multi page PDF
Replies: 5
Views: 8705

Logo JPG on multi page PDF

Hello,
I want to place a logo on each page of the PDF file. I'm trying:

Code: Select all

convert ( file.pdf[0] water.jpg -gravity NorthWest -compose multiply -composite ) file.pdf -delete 1 result.pdf
But the logo put on the first page only.
Thanks for help.