https://github.com/johanmeiring/lifesong.py
Convert MS Word documents to PDF in bulk on Windows.
https://github.com/johanmeiring/lifesong.py
Last synced: 2 months ago
JSON representation
Convert MS Word documents to PDF in bulk on Windows.
- Host: GitHub
- URL: https://github.com/johanmeiring/lifesong.py
- Owner: johanmeiring
- License: gpl-3.0
- Created: 2013-02-12T19:50:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T17:45:05.000Z (over 12 years ago)
- Last Synced: 2025-03-26T10:44:59.075Z (2 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
lifesong.py - Python script for converting Microsoft Word documents
to PDF format in bulk. Currently only known to work on Windows
with MS Office installed. Also requires "comtypes" Python module.Based on the accepted StackOverflow answer at
http://stackoverflow.com/questions/6011115/doc-to-pdf-using-python## Usage
Basic usage: ```python lifesong.py -i "[indir]" -o "[outdir]" [--replace]```## License
Copyright (C) 2013 Johan MeiringThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .