Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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