LEADTOOLS.com Links
Recent Posts
- LEAD Gives Back: Local School Tours and Guest Speaking Engagements
- Gold, Silver, and Bronze for LEADTOOLS Imaging Pro, Barcode Pro, Pro Suite, and Cloud Services – 2023 VSM Reader’s Choice Awards
- LEAD Gives Back: Summer 2023 Internship Program
- DataOps Day Recap with Video: Islands of Data in Healthcare and How LEADTOOLS & MiPACS Can Help
- LEAD Gives Back: Helping to Grow Future Developers with Free Educational Licenses
Categories
- .net (5)
- Cloud Services (3)
- Document Imaging (160)
- Analyzer (2)
- Annotations (5)
- Barcode (15)
- Document Converter (10)
- Forms Recognition and Processing (18)
- MICR (1)
- OCR (36)
- PDF (26)
- Virtual Printer (2)
- General (50)
- General Imaging (53)
- File Formats (2)
- HTML5 (19)
- Image Processing (11)
- Web Scanning (1)
- Medical Imaging (28)
- Multimedia Imaging (35)
- News (129)
- Recognition (2)
- Success Story (2)
- Video Tutorials (5)
Tags
- .NET Framework (60)
- 3D (1)
- Android (25)
- Annotation (40)
- Barcode (61)
- Code Tip (62)
- Codec (2)
- DICOM (66)
- Document Converter (23)
- Document Viewer (31)
- Event (41)
- File Formats (11)
- Forms Processing (29)
- Forms Recognition (34)
- HL7 (7)
- HTML5 (67)
- 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