LEADTOOLS.com Links
Recent Posts
- Success Story: How LEADTOOLS Empowers Medical Imaging for Veterinary Information Network
- Celebrating Global Accessibility Awareness Day – How LEADTOOLS Makes Applications More Accessible
- See Us In Seattle at Microsoft Build 2023! (May 23-25)
- AIIM 2023 Recap: Making Document Management The New “Big Easy”
- See You at AIIM23!
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 (44)
- General Imaging (53)
- File Formats (2)
- HTML5 (19)
- Image Processing (11)
- Web Scanning (1)
- Medical Imaging (28)
- Multimedia Imaging (35)
- News (125)
- 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 (38)
- 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)
Tag Archives: Conversion
Convert and Base64 Encode Images and PDFs in C#
Base64 encoding is used to encode binary data, such as a PDF file, into an ASCII string format that is compatible with systems that can only handle text. For example, email attachments and binary uploads in HTML forms are converted … Continue reading
Posted in Document Converter
Tagged C#, Conversion, Convert, Document Converter, PDF
Leave a comment
Convert PDF to JPEG Using C#, VB, and Java Code
Our support department recently responded to a request for a code sample to convert PDF to JPEG. The customer needed to leverage LEADTOOLS to split and convert thousands of PDF files into single page JPEGs. JPEG images are universal and … Continue reading
Build a .NET Core Image Conversion MicroService using LEADTOOLS NuGet Packages
This blog post is to demonstrate the simplicity when working with LEADTOOLS NuGet packages to convert a hosted file from the web to a PNG. LEAD introduced NuGet packages at the release of Version 20 and never looked back. The … Continue reading
Security Camera Motion Detector: Developer App Series
This post is part of our 2017 Developer App Series, which showcases apps created by our Support Agents over the course of eight weeks. These apps are intended to be larger, more thoughtful apps with highly practical purposes in mind, … Continue reading
Posted in Multimedia Imaging
Tagged C#, Code Tip, Conversion, DVR, LEADDEVAPPS, Multimedia, video capture
Leave a comment