David Barton

Results 25 comments of David Barton

Pdf2svg is a very simple wrapper around the Poppler and Cairo libraries; it might be possible to extract the hyperlinks by digging deeper into their APIs but the simple interface...

It depends on what you are trying to achieve. Often Inkscape does a good job but on some PDFs I still use pdf2svg. That said the number of times I...

pdf2svg hasn't been updated for a long time simply because it doesn't need to be; it's just a thin wrapper over two libraries. The underlying libraries (poppler and cairo) are...

I'm not sure what you are trying to achieve - something that subtly alters the SVG to identify it? To add a watermark in general, PDF2SVG isn't really going to...

Do you have the development libraries installed? On Ubuntu I need to install `libcairo-dev` and `libpoppler-glib-dev` then the configure/make should work. Alternatively, try ``` gcc `pkg-config --cflags cairo` `pkg-config --cflags...

If you want to keep text in the SVG then your best bet is to use Inkscape. I'm fairly sure it can be used from the command line to automate...

See https://inkscape.org/doc/inkscape-man.html for details on the Inkscape command line.

It can open any page when opening with the gui. If you want everything via the command line, you can simply use qpdf or pdftk to extract the page you...

> Today (2020-09-23) I managed to compile this on CentOS 8. I needed to make some adaptions as follows: @DanieW: would you be able to submit a PR with these...