LEADTOOLS.com Links
Recent Posts
- 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!
- Capture it all with LEADTOOLS Multi-Capture Video Support
Categories
- .net (5)
- Cloud Services (3)
- Document Imaging (167)
- Analyzer (2)
- Annotations (5)
- Barcode (16)
- Document Converter (10)
- Excel (3)
- Forms Recognition and Processing (18)
- MICR (1)
- OCR (36)
- PDF (26)
- Virtual Printer (3)
- General (55)
- General Imaging (54)
- File Formats (3)
- HTML5 (19)
- 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 (68)
- 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: Document Converter
Automatically Annotate and Bookmark PDF Files using LEADTOOLS
Whether you’re creating contracts for business-to-business agreements or putting together a searchable PDF repository, finding a fast and efficient PDF viewer is critical. Tasks that are usually tedious and time-consuming with all the other PDF Viewers on the market (yes, … Continue reading
Posted in Document Converter
Leave a comment
Convert HTML to PDF in C#, VB, and Java
You might have heard about how LEAD has a world-class Document Converter. Our Document Converter can easily transform HTML to PDF. The portability of a PDF allows you to access content from webpages across multiple devices both on- and off-line. … Continue reading
Convert TXT to PDF in C#, VB, and Java
We recently posted “Convert PDF to TXT in C#, VB, and Java” that uses the LEADTOOLS Document Converter class. Now, we are going to go the other way around and convert TXT to PDF. The main difference is that conversion … Continue reading
Posted in Document Converter
Tagged .NET Core, C#, Document Converter, Java, PDF, text, VB
Leave a comment
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 Multi-page TIFF to Searchable PDF in C#, Java, and C
It is tax season in the US. My CPA wants all of my supporting documentation to be saved as PDF, but I saved all as one multi-page TIFF when I scanned them. Fortunately, I have access to LEADTOOLS OCR. In … Continue reading