Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T15:52:28.000Z (4 months ago)
- Last Synced: 2024-12-11T10:42:26.514Z (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