Advertisement
tomasr78

Convert Word document to PDF using Bash script

Jul 4th, 2014
1,536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #Get ApiKey for free at http://www.convertapi.com/prices
  2. curl -v -F file=@"filename.docx" http://do.convertapi.com/Word2Pdf?apikey=YourApiKeyHere > output.pdf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement