cm0002@lemmy.world to Programmer Humor@programming.dev · 14 days agoDOGE employeelemmy.worldimagemessage-square96fedilinkarrow-up10arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up10arrow-down1imageDOGE employeelemmy.worldcm0002@lemmy.world to Programmer Humor@programming.dev · 14 days agomessage-square96fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareAppleTea@lemmy.ziplinkfedilinkarrow-up0·13 days agoCtrl a Ctrl c alt tab Ctl v Ctl s conversion complete
minus-squareikt@aussie.zonelinkfedilinkEnglisharrow-up0·13 days agoreal men find a random pdf converter website on the internets and upload our secret documents there
minus-squarestetech@lemmy.worldlinkfedilinkarrow-up0·13 days agoI thought pandoc didn’t support from PDF, only to?!
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up0·13 days agodamn it, you’re right. should probably have checked that…
minus-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·edit-213 days 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!@feddit.nulinkfedilinkEnglisharrow-up0·13 days agonot really a good way to get the text out of a pdf though. then again, turns out neither is pandoc.
Ctrl a
Ctrl c
alt tab
Ctl v
Ctl s
conversion complete
real men find a random pdf converter website on the internets and upload our secret documents there
$ pandoc doc.pdf -o doc.txt
I thought pandoc didn’t support from PDF, only to?!
damn it, you’re right. should probably have checked that…
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.