Tagged Questions
1
vote
1answer
13 views
how to pdfjoin landscape and portrait oriented JPEG images to one PDF file?
I have some JPEG files. Most of them are landscape oriented, but some are portrait oriented.
I want to combine them into one big PDF file. I tried pdfjoin but this results in all images beeing ...
3
votes
5answers
821 views
Stitch two JPEGs together into a PDF
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?
3
votes
2answers
314 views
jpg to pdf without data loss
Trying to make such things:
1st step:
convert img.jpg img.pdf
2nd step:
pdfimages -j img.pdf img1
Comparing source and extracted images in HEX shows difference. How to make such conversion ...
2
votes
1answer
775 views
Convert a folder of images into a multi-page pdf file usind command line tools?
I have a folder with 100 jpg images. I want to convert these images into a multi-page pdf file, with all the images (cropped to A4 size). They are already in the correct rotation.
Which tools should ...