You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
188 B
Plaintext

12 years ago
# supports MS 2007/2010 doc / docx files, dont upload any sensitive data
doc2pdf () {
curl -# -F inputDocument=@"$1" http://www.doc2pdf.net/convert/document.pdf > "${1%.*}.pdf"
}