Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-20-2012, 06:10 AM   PM User | #1
zztender
New to the CF scene

 
Join Date: Sep 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
zztender is an unknown quantity at this point
jpeg convert into pdf

how can be convert a jpeg file into pdf witout using pdf converter?
zztender is offline   Reply With Quote
Old 09-20-2012, 10:09 AM   PM User | #2
coothead
Senior Coder

 
coothead's Avatar
 
Join Date: Jan 2004
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 1,551
Thanks: 0
Thanked 195 Times in 191 Posts
coothead will become famous soon enough
Hi there zztender,

and a warm welcome to these forums.

Just open your image in "Photoshop", or any other good image editor.

Click the "File" tab followed by the "Save as..." option.

From the list of options select PDF - Portable Document Format.

Job done.

coothead
coothead is offline   Reply With Quote
Users who have thanked coothead for this post:
limonfahmi1 (10-12-2012)
Old 10-01-2012, 12:41 PM   PM User | #3
sameerbp
New to the CF scene

 
Join Date: Sep 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
sameerbp is an unknown quantity at this point
Great its so simple to convert jpeg to pdf without using a pdf convertor. I had been trying this and found the answer here.
sameerbp is offline   Reply With Quote
Old 10-01-2012, 12:52 PM   PM User | #4
coothead
Senior Coder

 
coothead's Avatar
 
Join Date: Jan 2004
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 1,551
Thanks: 0
Thanked 195 Times in 191 Posts
coothead will become famous soon enough
No problem, you're very welcome.
coothead
coothead is offline   Reply With Quote
Users who have thanked coothead for this post:
superwookie (10-04-2012)
Old 10-04-2012, 05:03 PM   PM User | #5
superwookie
New Coder

 
Join Date: Jul 2012
Posts: 58
Thanks: 13
Thanked 5 Times in 5 Posts
superwookie is an unknown quantity at this point
Coothead gets thanks for his User Name. It made me laugh.
superwookie is offline   Reply With Quote
Old 10-07-2012, 02:42 PM   PM User | #6
patryk
Regular Coder

 
patryk's Avatar
 
Join Date: Oct 2012
Location: /dev/couch
Posts: 395
Thanks: 2
Thanked 64 Times in 64 Posts
patryk is on a distinguished road
just to keep this a bit relevent to web development:
simplest way to do that is using 'convert' from ImageMagik.

shell:
Code:
convert input.jpg output.pdf
php:
Code:
shell_exec('convert input.jpg output.pdf')
or using api if you can't execute shell commands
(manual: http://php.net/manual/en/book.imagick.php)
patryk is offline   Reply With Quote
Old 10-12-2012, 11:38 AM   PM User | #7
limonfahmi1
New to the CF scene

 
Join Date: Sep 2012
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
limonfahmi1 is an unknown quantity at this point
Thanks for post!
Actually i was seeking such kinds of information.
limonfahmi1 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:24 AM.


Advertisement
Log in to turn off these ads.