Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clayoster/msword-accept-tracked-changes
Powershell script to accept tracked changes on Word documents and convert to PDF
https://github.com/clayoster/msword-accept-tracked-changes
Last synced: about 2 months ago
JSON representation
Powershell script to accept tracked changes on Word documents and convert to PDF
- Host: GitHub
- URL: https://github.com/clayoster/msword-accept-tracked-changes
- Owner: clayoster
- Created: 2024-06-07T03:32:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T03:57:58.000Z (7 months ago)
- Last Synced: 2024-06-07T04:52:08.455Z (7 months ago)
- Language: PowerShell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msword-accept-tracked-changes
Powershell script to accept tracked changes on Word documents and convert them to PDFsBy default this script will accept tracked changes on any documents within the user's "Documents\msword-accept-tracked-changes" directory and convert them to PDFs. The output files will end up in a folder named "export" beneath the source directory.
The directory containing the Word documents which need processing can be overridden by using the "-source" option
Example: `./msword-accept-tracked-changes.ps1 -source C:\Path\To\Word-Files`