Tag Archives: PDF

Parse, Edit, and Save PDF Form Fields

Many developers building document viewing solutions often have to load and edit PDF form field data. For programmers who use the LEADTOOLS PDF SDK or the LEADTOOLS Document Viewer SDK this is an easy task! With minimal code, developers leveraging … Continue reading

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

Optimize a PDF in C# and Java

Depending on your needs and data type, the term “optimize” can have several meanings. It can mean to optimize the size of the PDF file or it can mean to organize the data within the PDF file for a specific … Continue reading

Posted in PDF | 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