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: 2 months 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
> Converts .docx or .docx to PDF. Makes use of COM interface so MS Word must be installed.