Hello,
I am trying to convert a pdf to jpg, and import it into a lightweight vector graphics in Linux to add text and lines (vector so that I can edit and change it).
When I run:
Code:
pdfimages -j file-single-page.pdf images-output
Unfortunately, it cuts the images into 2 pieces.
Would you know how to avoid this?
thank you