3
votes
2answers
593 views

Is there a GUI to convert/extract images to/from pdf?

I mean something like a graphical interface / front end for Imagemagick or a simpler application that would allow converting/extracting images through the interface (not in the Terminal).
1
vote
1answer
85 views

Why my computer fails when converting many images in Imagemagick with one command?

After updating to Precise had a few times the following mishap: when I try to convert to pdf many (100, 200) jpegs or pngs, my system gets completely stuck and need hard reboot. Or, more fortunately, ...
0
votes
1answer
327 views

Convert images to DOC\RTF

My CV is written in LaTeX using moderncv, and I have a script that converts it to PDF whenever I need to send an updated copy. However, some employers require Microsoft Word (or RTF) CV. I have ...
2
votes
1answer
372 views

Modify Multiple Images From Console

I know convert changes from a image format to another. mogrify can resize and scale multiple images also. But HOW can i modify all images inside a directory, including the sub-directories. Like for ...