https://github.com/emweigh/powershell_scripts
PowerShell scripts written for work and to practice
https://github.com/emweigh/powershell_scripts
csv pdf powershell powershell-script
Last synced: 2 months ago
JSON representation
PowerShell scripts written for work and to practice
- Host: GitHub
- URL: https://github.com/emweigh/powershell_scripts
- Owner: emweigh
- Created: 2024-10-16T15:21:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T10:45:56.000Z (2 months ago)
- Last Synced: 2025-03-29T11:31:43.889Z (2 months ago)
- Topics: csv, pdf, powershell, powershell-script
- Language: PowerShell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Summary
Set of PowerShell scripts written to simplify PDF batch work.Some of these are duplicative in function to my Python scripts for Relativity exports
## Add-PDFBookmarks.ps1
> Uses pdftk-java to add a first-level bookmark named using the target PDF's filename## Rename-BatchCSV.ps1
> Takes in a .CSV file and a list of fields from the .CSV to use in renaming files## doc2pdf.ps1
> Converts .docx or .docx to PDF. Makes use of COM interface so MS Word must be installed.