Find the answer to your Linux question:
Results 1 to 6 of 6
Can I use gimp or any other open source programs to convert a jpg to a pdf? Omar...
  1. #1
    Just 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

  2. #2
    eks
    eks is offline
    Just Joined!
    Join Date
    Nov 2004
    Location
    New York City, USA
    Posts
    4
    Yes, with ImageMagick:

    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
    from a linux dot com article ( 113978 ) which I can't link to.

    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

  3. #3
    Just 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.

  4. #4
    Just 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.

  5. #5
    Linux 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.

  6. #6
    Just Joined!
    Join Date
    Jul 2008
    Location
    Delhi, India
    Posts
    72
    Quote Originally Posted by omarkutty View Post
    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?
    Yes, you can. A pdf file will be created if you use print to file option.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...