Show HN: Pdf to json based on xpdf
github.com
Show HN: Pdf to json based on xpdf
1–6 of 6 posts
Re: Show HN: Pdf to json based on xpdf
#2$ pdftojson input.pdf output1.json
pdftojson: command not found
Ubuntu 16.10
Re: Show HN: Pdf to json based on xpdf
#3$ pdftojson input.pdf output1.json pdftojson: command not found Ubuntu 16.10
am I missing something? why would you assume it's included by default in Ubuntu?
Re: Show HN: Pdf to json based on xpdf
#4$ pdftojson input.pdf output1.json pdftojson: command not found Ubuntu 16.10
I think you forgot the configure/make dance?
Re: Show HN: Pdf to json based on xpdf
#5$ pdftojson input.pdf output1.json pdftojson: command not found Ubuntu 16.10
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
Re: Show HN: Pdf to json based on xpdf
#6Should've used Popper-utils