Termination PDF Checklist autogenerated via Powershell

Today I ended up working on a task to convert some of my .NET code into more of a scriptable powershell form. I took the interop “itextsharp.dll” below and used the following code to generate a PDF will the fields filled in. The PDF was created using Acrobat pro and I added the functionality to Sign the Document with a certificate (Which also locks the document) so we can verify who signed off on the termination procedure. Once the user is Terminated they will show in a text feed which this script will parse and generated a PDF for the owner to fill out that such work has been executed and complied. They then sign the PDF and file with Human resources showing the user’s access was correctly decommissioned.

You may get a copy of ITextSharp here

In order to obtain a Adobe’s Signer’s cert to sign the PDF with, Follow these steps here.

And the signing of the form, I currently don’t have an signature set but once it is it will print your scanned signature in onto the document.

Leave a comment

Your email address will not be published. Required fields are marked *