View Single Post
Old 02-24-2018, 03:04 PM   #3
mdp
Wizard
mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.mdp ought to be getting tired of karma fortunes by now.
 
Posts: 1,481
Karma: 9010563
Join Date: Jul 2013
Device: none
Quote:
Originally Posted by Randy11 View Post
Before found the good solution to this, you can convert the PNG picture in PDF format and join the PDF files in one.

To convert : ImageMagick with the command 'convert'
To concatenate : PdfTk
You can convert and concatenate in a single command, with `convert`:
`convert *.png out.pdf`
mdp is offline   Reply With Quote