LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-22-2010, 10:16 AM   #1
papulia
LQ Newbie
 
Registered: Mar 2010
Posts: 12

Rep: Reputation: 1
Thumbs up [UBUNTU]How to Covert Multiple Jpegs To one pdf file in UBUNTU/Linux


One of the most common qs i see in forums is >>> How to convert multiple jpg files to one one pdf file by one click .

I have got 2 solutions that I consider solve this situation to the best ....

*1.* Install SCRIBUS from synaptic package manager . It can convert jpegs to pdf without any issues .

F Spot Photo Manager can also be used .

*2.* This 2nd step I find much better ....
I have been using it myself for some time now ... and its flaw less ...

A) Install WINE using the terminal . For beginers .... Its a software that can run selected windows applications on a linux destro like ubuntu. Installing is very easy >>>> open synaptic manager and in quick search box type Wine. Once the wine files show in the search mark them for installation.

For details on easy manual for wine installation check here ..
http://www.psychocats.net/ubuntu/wine

B) Now go to the page below .... Its a free software.

http://www.a-pdf.com/faq/how-to-stit...s-into-pdf.htm

Down load and save the software from the link given .

Open the file using wine ( Right click on the file and choose the option open with wine.) The installer will run and the programme will be installed .

And Viola ... Its ready .... Import ur jpg files and merge them all in to 1 pdf file .. Very Useful In Merging Comics together.

Plz give ur feedbacks if the solution worked for you .

Last edited by papulia; 03-22-2010 at 01:49 PM.
 
Old 03-22-2010, 03:12 PM   #2
blacky_5251
Member
 
Registered: Oct 2004
Location: Adelaide Hills, South Australia
Distribution: RHEL 5&6 CentOS 5, 6 & 7
Posts: 573

Rep: Reputation: 61
How odd that you've found this to be a common question. I've never come across it before. We must visit very different sites I guess. Anyway, I'd use ImageMagick. The command "convert *.jpg onefile.pdf" will do it for you.

PS: I don't think its cool to post Windoze solutions on a Linux forum
PPS: Viola is bigger than a violin, but smaller than a cello, and also a flower. Voila is a French word
 
Old 03-22-2010, 08:28 PM   #3
papulia
LQ Newbie
 
Registered: Mar 2010
Posts: 12

Original Poster
Rep: Reputation: 1
Thumbs up Bulk Conversion of Multiple Jpged to PDF in one go ....

@ blacky_5251

Yes I understand ur concerns and would like to clarify....

The windows software link I provided is free to download and its fully functional .Yes its Linux forum but my goal is to provide a solution with the aim that people using Linux find one more reason to say that " Yes ,Linux can even do this thing" I want Linux to succeed more than windows and the only way is to make it more easier , user compatible and functional in all aspects.

And the whole purpose of having WINE in ur Ubuntu machine .. is to Use WINDOWS soft wares Of ur liking ... This is all done to make linux /ubuntu more user friendly.

This solution is particularly useful for people who have large number of scanned comics in jpeg formats.It makes the job easier by converting hundreds of jpeg files together to a pdf file at one click.I wish any comics lover using linux doesn't revert back to Windows OS for this job.

At the same time I have also mentioned Ububtu softwares like F Spot photo manager can be used for bulk conversion.

P.S. Draw back of Image Magik ...

Not user friendly for converting multiple (say 2000 jpegs to 1
PDF file.
1st u need to convert each jpg file separately to one PDF and then
U need to merge them separately. And that can be highly irritating
during bulk conversion.

I will be back !!

Last edited by papulia; 03-23-2010 at 04:06 AM.
 
1 members found this post helpful.
Old 05-01-2010, 03:24 AM   #4
BkkBonanza
LQ Newbie
 
Registered: May 2010
Posts: 3

Rep: Reputation: 0
You don't need to convert images separately with convert. As mentioned above you can do all your images with one command. Just make sure the images are numbered in order and they will show up as pages in that order. The only problem with "Imagemagick Convert" is the multitude of confusing options. If you just do the simple no-option command then it works but when you want to scale and re-sample it gets hard to figure out how to control the beast.
 
Old 05-01-2010, 05:57 AM   #5
saagar
Member
 
Registered: Jul 2008
Location: Chennai, India
Distribution: RHEL5, Ubuntu
Posts: 191

Rep: Reputation: 37
papulia,

liked ur attitude.
 
Old 11-24-2012, 04:09 PM   #6
rorie
LQ Newbie
 
Registered: Nov 2012
Posts: 1

Rep: Reputation: Disabled
Just discovered this thread after google-ing "make pdf from multiple scan ubuntu" and I concur with papulia that A-PDF is some great software. The software I downloaded was a trial, so not really free (neither as in beer, nor speech but is super slick. It'd be nice to see this functionality available on linux.

---------- Post added 11-24-12 at 10:10 PM ----------

That's what I meant by (neither as in beer, nor speech)
 
Old 12-02-2012, 10:44 AM   #7
hpfeil
Member
 
Registered: Nov 2010
Location: Tucson, Arizona US
Distribution: Slackware Current
Posts: 354
Blog Entries: 1

Rep: Reputation: Disabled
Best and fastest jpg --> pdf I've used is LibreOffice Writer [free beer!]. Menubar: Insert=>Image=>From=>file (or directly from scanner). 'Enter' to put the cursor at the top of the next page, repeat. Then File=>Export to PDF. Use "lossless" for best quality. I didn't like the pdfs that ImageMajik created, probably because I didn't RTFM to get smart on the command-line switches.

Unabashedly lifted from a forum that https://duckduckgo.com/ (my new favorite search engine) discovered:

=-=--=-snip-=-=-=
#!/bin/bash

# Find all "image" files in current directory and convert to pdf [change "image" to jpg, tiff, gif,..]
file -i * | grep image | awk -F':' '{ print $1 }' | while read IMAGE
do
NAME=`echo $IMAGE`
convert "$IMAGE" "${NAME}.pdf"
done
=-=-=-=-=-snip-=-==-
 
  


Reply

Tags
converter, pdf


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Five Free PDF viewers for Ubuntu. LXer Syndicated Linux News 1 03-01-2010 07:04 PM
Printing to pdf in Ubuntu Linux 9.04 is not working vigdavies Linux - Software 6 10-12-2009 09:53 AM
LXer: Volume 3 Of The Linux/Unix SysAdmin Covert File Storage Method LXer Syndicated Linux News 0 02-11-2009 09:40 AM
LXer: The Linux/Unix SysAdmin Covert File Storage Method Number 57 LXer Syndicated Linux News 0 02-04-2009 11:20 AM
I want to make a link from word in one file to a different file using Ubuntu linux gilbert.baumslag Linux - Newbie 3 01-11-2008 01:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration