Skip to content

wraps a couple OS X utilities to convert .doc and .docx files to PDF's

Notifications You must be signed in to change notification settings

kbro237/doc2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

My doc2pdf will take .doc and .docx files, and using a couple programs including with OS X 10.8, makes PDF's from them.

Prior to 10.8 or maybe 10.7, the PDF conversion was done with a program found at /System/Library/Printers/Libraries/convert. Now it's done with /usr/sbin/cupsfilter and the options are a bit different.

It will:

  • find the crappy doc(x) files and use textutil to make html files
  • make sure they stand out with a .temp.html name.
  • take those html files and 'print' them to PDF
  • remove the those temp html files.

About

wraps a couple OS X utilities to convert .doc and .docx files to PDF's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages