Quote:
Originally Posted by Randy11
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`