Skip to content

Instantly share code, notes, and snippets.

@AhnSeongHyun
Created August 16, 2012 17:52
Show Gist options
  • Save AhnSeongHyun/3372088 to your computer and use it in GitHub Desktop.
Save AhnSeongHyun/3372088 to your computer and use it in GitHub Desktop.
office converter
Word:
"C:\Program Files\Microsoft Office\Office12\wordconv.exe" -oice -nme <input file> <output file>
Excel:
"C:\Program Files\Microsoft Office\Office12\excelcnv.exe" -oice <input file> <output file>
PowerPoint:
"C:\Program Files\Microsoft Office\Office12\ppcnvcom.exe" -oice <input file> <output file>
예) PPCNVCOM.EXE -oice C:\b.ppt C:\b.pptx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment