LEADTOOLS.com Links
Recent Posts
- Programmatically Format Excel Cell Styles with LEADTOOLS
- Using the LEADTOOLS Excel Web Editor to Implement Functions
- Load an Existing Excel File and Programmatically Change Data with LEADTOOLS
- Non-Standard Paper Sizes for Printing Physical and Virtually? Not a Problem with LEADTOOLS!
- See Us In Seattle at Microsoft Build 2024!
Categories
- .net (5)
- Cloud Services (3)
- Document Imaging (168)
- Analyzer (2)
- Annotations (5)
- Barcode (16)
- Document Converter (10)
- Excel (4)
- Forms Recognition and Processing (18)
- MICR (1)
- OCR (36)
- PDF (26)
- Virtual Printer (3)
- General (55)
- General Imaging (55)
- File Formats (3)
- HTML5 (20)
- Image Processing (11)
- Web Scanning (1)
- Medical Imaging (29)
- Multimedia Imaging (37)
- News (132)
- Recognition (2)
- Speech Recognition (1)
- Success Story (2)
- Video Tutorials (5)
Tags
- .NET Framework (60)
- 3D (1)
- Android (25)
- Annotation (40)
- Barcode (61)
- Code Tip (62)
- Codec (2)
- DICOM (67)
- Document Converter (23)
- Document Viewer (32)
- Event (43)
- File Formats (11)
- Forms Processing (29)
- Forms Recognition (34)
- HL7 (7)
- HTML5 (69)
- Image Processing (66)
- iOS (18)
- Java (12)
- JavaScript (50)
- Linux (9)
- macOS (9)
- Medical Viewer (11)
- MPEG-2 Transport Stream (7)
- OCR (103)
- PACS (51)
- PDF (82)
- Product Announcement (48)
- Streaming (7)
- TWAIN (14)
- Viewers (37)
- Virtual Printer (8)
- White Paper (24)
Category 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
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
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
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
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