https://github.com/lectrician1/batchhighlightapp
Windows app to highlight specific words in a folder of Word and PDF documents
https://github.com/lectrician1/batchhighlightapp
batch-processing highlighting microsoft-word microsoft-word-automation pdf pdf-highlighter windows-application
Last synced: about 1 year ago
JSON representation
Windows app to highlight specific words in a folder of Word and PDF documents
- Host: GitHub
- URL: https://github.com/lectrician1/batchhighlightapp
- Owner: lectrician1
- Created: 2023-07-28T15:37:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T15:32:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T13:09:49.253Z (over 1 year ago)
- Topics: batch-processing, highlighting, microsoft-word, microsoft-word-automation, pdf, pdf-highlighter, windows-application
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BatchHighlightApp
This Windows app coded in Python with Tkinter allows the user to specify a folder of Word and PDF documents and to check if they contain words that the user specifies. If the documents contain any of the words, then they are copied to a specified output folder, the words are highlighted on the copied documents, and a CSV file is output showing how words were highlighted in each document.