Category Archives: Document Imaging

Import and Export File Streams with the Document Converter

The LEADTOOLS Document Converter allows you to convert files between any of 150+ file formats that the LEADTOOLS SDK supports. (Yes, you read that right. Our toolkit offers unparalleled format support). With the use of Intelligent OCR (where the LEAD … Continue reading

Posted in Document Imaging | Tagged , | Leave a comment

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