Results 1 to 6 of 6
Can I use gimp or any other open source programs to convert
a jpg to a pdf?
Omar...
- 08-08-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 8
Can I convert jpg files to pdf files?
Can I use gimp or any other open source programs to convert
a jpg to a pdf?
Omar
- 08-09-2009 #2Just Joined!
- Join Date
- Nov 2004
- Location
- New York City, USA
- Posts
- 4
Yes, with ImageMagick:
from a linux dot com article ( 113978 ) which I can't link to.Playing with PDFs
Now imagine you're traveling, and you want to share some photos with your friends. Your mail client may allow large attachments, but how many attachments do you really want to send? The convert utility lets you to put all your images into one neatly organized PDF file, one image per page, with a command such as:
convert *jpg allinone.pdf
Google for ImageMagick (convert is one of its programs).
Also, I think you can just drag-and-drop images into an OpenOffice Writer document, then File/Export As PDF...Last edited by eks; 08-09-2009 at 03:08 AM. Reason: typo
- 08-09-2009 #3Just Joined!
- Join Date
- Jul 2008
- Location
- Delhi, India
- Posts
- 72
You can print the file as pdf using the default print to pdf driver provided with most of the distros. But the file size increases becomes very large.
- 08-09-2009 #4Just Joined!
- Join Date
- Mar 2009
- Posts
- 8
ImageMagick works - couple of questions
Thanks, but I have a couple of questions?
I can use image imagemagick in the terminal, but it does not appear on
any of the menus. Is that normal?
Also, can I somehow use the print function of openoffice to turn it into a pdf
file that I can save and attach to emails or will it only send it to the printer?
Thanks again.
- 08-09-2009 #5Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Terminal-only applications do not appear on the menus. This is because you wouldn't see anything if you launched them

Also there are thousands of command-line applications and they would likely-overload your whole menu.
- 08-13-2009 #6Just Joined!
- Join Date
- Jul 2008
- Location
- Delhi, India
- Posts
- 72



