I need to take two 8.5in by 11in JPEG images and merge them together into two pages of a PDF. Is there a commandline or GUI tool to help me do this?
|
As you're interested in a two-pages pdf, you can do something similar
The next step is to make one pdf out of it. This can be easily done with You can also use the imagemagick toolkit to first stitch the jpg images, which can be done from command-line only.
More info http://www.imagemagick.org/script/command-line-options.php#append |
|||||
|
|
First create two pdfs for the two jpeg images using the OpenOffice word processor. Then you can merge the two pdfs using PDF-Shuffler. |
||||
|
|
|
One way is to create a LaTeX document which includes the images and in turn creates one
Then compile the file into a
|
|||||
|
|
More of a comment on the state of the art rather than an answer, but: I believe using a text editor (like LibreOffice or OpenOffice.org) or a text processor (like LaTeX) to generate a pdf version of the jpeg images is a bit overkill, as it is something as simple as a single image. OTOH For the joining step, you can either use, as already pointed out, |
|||||
|
|
This is also a solution http://stackoverflow.com/questions/4283245/using-ghostscript-to-convert-jpeg-to-pdf. But it seems that the original JPEG's might be altered. |
|||
|
|