Blog

Using PowerShell to Batch Password Protect Adobe PDF Files in a Directory

As a follow up to my previous post: Attempting to use itextsharp.dll throws the error: “Could not load file or assembly ‘BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942’…” https://blog.terenceluk.com/2021/02/attempting-to-use-itextsharpdll-throws.html … the script provided in the blog post did not match the requirements I needed so I’ve gone ahead

Read More...

Attempting to use itextsharp.dll throws the error: “Could not load file or assembly ‘BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942’…”

Problem Those who are looking for a PowerShell script to batch password protect PDF documents will quickly come across the following post as returned by Google: Password Protect PDF document using windows Powershell script https://efcomputer.net.au/blog/password-protect-pdf-document/ The author provides the following PowerShell script that uses the

Read More...