pdf -> jpeg - wrong render
Hi!
I'm converting pdf documents to jpg with script. This is command I use:
pdftocairo -jpeg -r 150 $@ $TMP_PATH/img
I received a document (attached application.pdf
) that renders wrong (first page converted to .jpeg also attached first-page.jpg
).
Am I doing something wrong or is it some kind of bug?
OS and version I use:
pdftocairo version 20.09.0
Ubuntu 20.10
Thank you for help!