![]() |
jpeg convert into pdf
how can be convert a jpeg file into pdf witout using pdf converter?
|
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. :D coothead |
Great its so simple to convert jpeg to pdf without using a pdf convertor. I had been trying this and found the answer here.
|
No problem, you're very welcome. ;)coothead |
Coothead gets thanks for his User Name. It made me laugh.
|
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.pdfCode:
shell_exec('convert input.jpg output.pdf')(manual: http://php.net/manual/en/book.imagick.php) |
Thanks for post!
Actually i was seeking such kinds of information. |
| All times are GMT +1. The time now is 10:08 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.