Category Archives: Document Imaging

C#, Java, and PowerShell Code to Extract Images Embedded in a PDF

PDF files are ubiquitous in the world of business. They are used to store documents, images, and other data. In the past, people have asked if there is an easy way to extract graphics such as a chart or photo … Continue reading

Posted in PDF | Tagged | Leave a comment

PowerShell Script: Compare DOC and PDF Files

It is common to ask other departments for feedback on content to make sure you get mulitple perspectives on the topic. I cannot count the number of times I have sent a document to another department only to get it … Continue reading

Posted in PDF | Tagged , , , | Leave a comment

C# and Java Code to Digitally Sign PDF Files With a Certificate

In the “Secure PDF Files With a Password in C#, VB, and Java” article, we described how to use the PDFFile class from the PDF SDK to password protect and encrypt PDF files. Using the PDFFile class also makes digitally … Continue reading

Posted in PDF | Tagged , , , | Leave a comment

PowerShell Script: Merge PDF Files

Several of my friends that do not consider themselves to be programmers have asked if I know of an easy way to merge multiple PDF files into one file. Of course, I instantly thought of using LEADTOOLS in PowerShell. To … Continue reading

Posted in PDF | Tagged , | Leave a comment

PowerShell Script: Extract Pages from PDF

Admittedly, I am late to the party, but I have just started digging into PowerShell. The more I dig, the more I find that there is not much you cannot do in PowerShell. Recently, I was browsing the forums and … Continue reading

Posted in PDF | Tagged , , | 3 Comments