@cm0002 to Programmer [email protected] • 1 month agoDOGE employeeimagemessage-square95arrow-up1568arrow-down113cross-posted to: [email protected]
arrow-up1555arrow-down1imageDOGE employee@cm0002 to Programmer [email protected] • 1 month agomessage-square95cross-posted to: [email protected]
minus-squarelime!linkfedilinkEnglish14•edit-21 month ago$ pandoc doc.pdf -o doc.txt Edit: welp, pandoc can’t do that. pdftotext it is.
minus-square@[email protected]linkfedilinkEnglish2•edit-21 month agomagick file.jpg file.html Imagemagick be converting anything into anything (Actually in this case, it make an html file and a png file which is referenced in html file and html page displays it)
minus-squarelime!linkfedilinkEnglish2•1 month agonot really a good way to get the text out of a pdf though. then again, turns out neither is pandoc.
minus-squarelime!linkfedilinkEnglish2•1 month agodamn it, you’re right. should probably have checked that…
minus-square@stetechlink1•1 month agoDon’t worry, I didn’t know either and had to check to check too :P
$ pandoc doc.pdf -o doc.txt
Edit: welp, pandoc can’t do that.
pdftotext
it is.magick file.jpg file.html
Imagemagick be converting anything into anything (Actually in this case, it make an html file and a png file which is referenced in html file and html page displays it)
not really a good way to get the text out of a pdf though. then again, turns out neither is pandoc.
I thought pandoc didn’t support from PDF, only to?!
damn it, you’re right. should probably have checked that…
Don’t worry, I didn’t know either and had to check to check too :P