Hacker News new | ask | show | jobs
by vegetajs 3409 days ago
$ pdftojson input.pdf output1.json pdftojson: command not found

Ubuntu 16.10

3 comments

am I missing something? why would you assume it's included by default in Ubuntu?
Right: you need to compile it first. And then copy xpdf/pdftojson to your binary path like /usr/local/bin/pdftojson so that it is found
I think you forgot the configure/make dance?