Comment 7 for bug 1796563

Revision history for this message
Amir (amiryal) wrote :

Here is an alternative to `convert document.pdf image.jpg`:

    pdftoppm -jpeg document.pdf image

Note: pdftoppm is coming from poppler-utils
Note: the generated output path is not 1:1 with convert, so adjust any scripts using it

Can someone suggest an alternative to the reverse operation, `convert image.jpg document.pdf`? Thanks!