Skip to content

Python script to convert .doc, .docx, and .tmd to .pdf

Notifications You must be signed in to change notification settings

Henry-Ling/PDFConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

PDFConverter

Introduction

Python script to convert a large number of .doc, .docx, and .tmd (Textmaker doc) to .pdf. I made this while having to convert a number of Word documents to PDF format to send in for job applications.

Required Modules

The only module required that is not included in the default Python 3.5.1 installation is win32com

Usage

To use this script, put it in a directory of files you want to convert, and then run it. It will create a new folder within the given directory called 'PDFs', and save all converted files there. This only works on Windows, due to the usage of win32com.

Future Changes & Notes

Could (and should) be written to include a case for UNIX environments

Resources

win32com

About

Python script to convert .doc, .docx, and .tmd to .pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages