@cm0002@lemmy.world to Programmer Humor@programming.dev • 2 months agoDOGE employeelemmy.worldimagemessage-square95fedilinkarrow-up1579arrow-down113cross-posted to: programmerhumor@lemmy.ml
arrow-up1566arrow-down1imageDOGE employeelemmy.world@cm0002@lemmy.world to Programmer Humor@programming.dev • 2 months agomessage-square95fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square@AppleTea@lemmy.ziplinkfedilink15•2 months agoCtrl a Ctrl c alt tab Ctl v Ctl s conversion complete
minus-squarelime!linkfedilinkEnglish14•edit-22 months ago$ pandoc doc.pdf -o doc.txt Edit: welp, pandoc can’t do that. pdftotext it is.
minus-square@mexicancartel@lemmy.dbzer0.comlinkfedilinkEnglish2•edit-22 months 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•2 months agonot really a good way to get the text out of a pdf though. then again, turns out neither is pandoc.
minus-square@stetech@lemmy.worldlinkfedilink1•2 months agoI thought pandoc didn’t support from PDF, only to?!
minus-squarelime!linkfedilinkEnglish2•2 months agodamn it, you’re right. should probably have checked that…
minus-square@stetech@lemmy.worldlinkfedilink1•2 months agoDon’t worry, I didn’t know either and had to check to check too :P
Ctrl a
Ctrl c
alt tab
Ctl v
Ctl s
conversion complete
Removed by mod
$ 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