Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 485 Bytes

File metadata and controls

13 lines (9 loc) · 485 Bytes

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.