- Subscribe to LEADTOOLS
LEADTOOLS.com Links
Recent Posts
Categories
- .net (5)
- Cloud Services (4)
- Document Imaging (132)
- Analyzer (2)
- Annotations (2)
- Barcode (15)
- Document Converter (4)
- Forms Recognition and Processing (17)
- MICR (1)
- OCR (39)
- ICR (1)
- PDF (16)
- Virtual Printer (1)
- General (31)
- General Imaging (52)
- File Formats (3)
- HTML5 (19)
- Image Processing (11)
- Medical Imaging (23)
- Mobile (1)
- Multimedia Imaging (33)
- News (114)
- Success Story (3)
- Video Tutorials (4)
Tags
- .NET Framework (58)
- 3D (1)
- Android (25)
- Annotation (38)
- Barcode (61)
- Code Tip (62)
- Codec (2)
- DICOM (61)
- Document Converter (18)
- Document Viewer (27)
- Event (31)
- File Formats (10)
- Forms Processing (29)
- Forms Recognition (33)
- HL7 (7)
- HTML5 (67)
- Image Processing (66)
- iOS (18)
- Java (7)
- JavaScript (48)
- Linux (9)
- macOS (9)
- Medical Viewer (10)
- MPEG-2 Transport Stream (7)
- OCR (100)
- PACS (51)
- PDF (66)
- Product Announcement (48)
- Streaming (7)
- TWAIN (13)
- Viewers (36)
- Virtual Printer (7)
- White Paper (24)
Tag Archives: JavaScript
LEADTOOLS Document Viewer for Angular, Express and Electron JavaScript Frameworks
JavaScript frameworks. Love them, hate them, or die on a digital hill proclaiming the wonders of the newest and most cleverly named prefix to “JS,” they all just boil down to something to help you build a web application. Thankfully, … Continue reading
Posted in Document Imaging
Tagged AngularJS, Code Tip, Document Viewer, HTML5, JavaScript
Leave a comment
Document Composer Video: Building a Document from Multiple Files
Recently, we released a huge update to Version 19 which included a new Document Composer. We already wrote about its amazing features, simple interface, and seamless integration with the Document Viewer, and now you can also watch this video to … Continue reading
Posted in Document Imaging
Tagged Display, Document Composer, Document Imaging, Document Viewer, JavaScript, PDF, Video, Viewers, Virtual Document
Leave a comment
Building a Document from Multiple Files with the new LEADTOOLS Document Composer
As a part of the recent Version 19 updates, we added a new virtual document feature to the Document Viewer. The LEADTOOLS Document Composer interface makes it easy to compose a virtual document on the fly from any number of … Continue reading
Add an HTTP Header with an HttpModule
An HttpModule is a perfect way to add an HTTP header to every request in IIS. An HttpModule is an assembly that is called on every request (and as of IIS 7 this includes non-ASPNET requests). Other uses of HttpModules … Continue reading