piątek, 8 lipca 2011

Ubuntu: convert pdf to jpeg

Today I encountered a simple problem namely I wanted to insert a large, high resolution picture from a pdf file into my document - with the print screen I would have to make multiple screens, which should be then connected into one. I decided to check and imagemagick seems to be helpful in this case.
You can invoke the convert utility to dump each page of .pdf document into separate .jpeg as in the example below:

# convert VFTF09_AN116.pdf VFTF09_AN116.pdf.jpg

The output files will be in the following format: VFTF09_AN116.pdf-0.jpg in the current working directory.

Brak komentarzy:

Prześlij komentarz