Darth_vader__@discuss.online to Programming@programming.dev · edit-21 year agoA concept to redefine the internetapp.skiff.comexternal-linkmessage-square9fedilinkarrow-up115arrow-down12file-textcross-posted to: programming@beehaw.org
arrow-up113arrow-down1external-linkA concept to redefine the internetapp.skiff.comDarth_vader__@discuss.online to Programming@programming.dev · edit-21 year agomessage-square9fedilinkfile-textcross-posted to: programming@beehaw.org
minus-squarejeremyparker@programming.devlinkfedilinkarrow-up1·1 year agoDownload is failing. Can you give a summary?
minus-squareAureumTempus@lemmy.worldlinkfedilinkarrow-up1·edit-21 year agoHere you go: If anyone is wondering how I did it, you need pandoc and poppler-utils: # Convert Markdown to PDF $ pandoc -s -V geometry:margin=0.5in -o internetv2.pdf internetv2.md # Convert PDF to PNG $ pdftoppm -png internetv2.pdf internetv2
Download is failing. Can you give a summary?
Here you go:
If anyone is wondering how I did it, you need
pandoc
andpoppler-utils
: