Hello Guys,
I have a folder of 50-pdf files and a csv with the following columns:
Document Name
Title
Revision Number
Revision Date
The document name is the name of the file minus the extension.
I would like to have powershell import the csv file and use the data from the csv file to insert a footer onto everypage of the pdf files.
Does anyone know if this is possible via powershell and how to do it?