JPEG to PDF

Post Reply
_olq
Member
Posts: 36
Joined: Fri Aug 23, 2013 10:21 am
Location: Poland

Is there any other way than Acrobat to convert JPEG to PDF?



Regards,

Aleksander
Aleksander
dkelly
TOP CONTRIBUTOR
Posts: 628
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

Imagemagick's convert tool
_olq
Member
Posts: 36
Joined: Fri Aug 23, 2013 10:21 am
Location: Poland

Thanks Dwight, actually it works :)

Do you think that this tool is safe to use?
Aleksander
dkelly
TOP CONTRIBUTOR
Posts: 628
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

Safe how? It's reliable and can be used for production workflows. If you want JPEG PDF then it maybe better to use a different tool to avoid uncompressing and recompressing JPEG data.
User avatar
gabrielp
Advanced member
Posts: 577
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

You might be able to use Photoshop for this as well
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
compendio
Member
Posts: 22
Joined: Tue Feb 28, 2012 9:45 am

Photoshop will be fine if the number of images isn't really high. The application will be started for every image you're processing, this will be much more slower than the suggested solution.



Best regards,

Thomas
_olq
Member
Posts: 36
Joined: Fri Aug 23, 2013 10:21 am
Location: Poland

dkelly wrote: Safe how? It's reliable and can be used for production workflows. If you want JPEG PDF then it maybe better to use a different tool to avoid uncompressing and recompressing JPEG data.


What other tools do you mean?
Aleksander
compendio
Member
Posts: 22
Joined: Tue Feb 28, 2012 9:45 am

A bit expensive, but callas PDF Toolbox Server will also be able to do the conversion.



Best regards,

Thomas
_olq
Member
Posts: 36
Joined: Fri Aug 23, 2013 10:21 am
Location: Poland

Until now I've tested a lot of files by Imagemagick.

I didn't see problems.

Remains to be seen :)



Thanks to all,

Aleksander
Aleksander
dkelly
TOP CONTRIBUTOR
Posts: 628
Joined: Mon Nov 29, 2010 8:45 pm
Location: Alpharetta GA USA
Contact:

compendio wrote: Photoshop will be fine if the number of images isn't really high. The application will be started for every image you're processing, this will be much more slower than the suggested solution.


Actually the CS/CC applications are started and remain running after the first conversion. This can cause it's own problems.
Post Reply