shownotes-w3m-rice/doc2pdf.txt

7 lines
258 B
Plaintext
Raw Normal View History

2013-05-24 22:14:09 +00:00
# this is notes for video: http://www.youtube.com/watch?v=r90IdQwF-hs
2012-10-03 03:02:05 +00:00
2013-05-24 22:14:09 +00:00
# supports MS 2007/2010 doc / docx files, dont upload any sensitive data
2012-10-03 03:02:05 +00:00
doc2pdf () {
curl -# -F inputDocument=@"$1" http://www.doc2pdf.net/convert/document.pdf > "${1%.*}.pdf"
}