The use of pdftocairo is recommended by the author of pdf2svg although pdf2svg still works well. https://poppler.freedesktop.org/ The equivalent command line would be: ``` pdftocairo -svg -f 1 -l 1 infile outfile ```
The use of pdftocairo is recommended by the author of pdf2svg although pdf2svg still works well.
https://poppler.freedesktop.org/
The equivalent command line would be: