Search found 3 matches
- 2017-12-08T02:56:43-07:00
- Forum: Users
- Topic: Converting PNG files to single PDF with 2 per row
- Replies: 7
- Views: 9006
Re: Converting PNG files to single PDF with 2 per row
Ok, I'm getting there, this command fits all the images on an A4 page and then creates additional pages as required. It would be nice if I could get the page number on each page somehow, I haven't found a way to do that yet. Also the images go right up to the edges of the page, it would be nice if I ...
- 2017-12-07T15:40:37-07:00
- Forum: Users
- Topic: Converting PNG files to single PDF with 2 per row
- Replies: 7
- Views: 9006
Re: Converting PNG files to single PDF with 2 per row
Thanks for replying so quickly, so in your example there is one logo per page, how would you make it so 2 logo's appear on the same page in a row? Through lots of fiddling I've found that if I add a geometry statement it doesn't give me the "compressed" images any longer, this statement works pretty ...
- 2017-12-07T10:44:50-07:00
- Forum: Users
- Topic: Converting PNG files to single PDF with 2 per row
- Replies: 7
- Views: 9006
Converting PNG files to single PDF with 2 per row
Hi all, I have spent all day fiddling with ImageMagick and am really struggling, hope someone can help. I have 38 PNG files, each image is 600x230 in size. I need to put these into a single PDF. If I do: convert -page A4 *.png fronty.pdf I can get them all into a PDF, but only 1 image per page and ...