Tag: ddv2x
-
A mobile document scanner app typically includes features such as document capture, editing, and saving as PDF files. Since we’ve already created a web application with similar functionality using HTML5, JavaScript, and the Dynamsoft Document Viewer SDK,we can integrate that web app into an Android/iOS WebView to quickly develop mobile...
-
Capturing and saving documents, such as receipts, invoices, and contracts, as PDF files is a common requirement for many businesses. In this article, we enhance our web document editor project built with Dynamsoft Document Viewer by adding the capability to detect and save documents as PDFs. The document detection feature...
-
An e-signature is a digital form of a handwritten signature that allows individuals to sign documents electronically. It has become an essential tool for businesses and organizations to streamline the signing process, enabling documents to be signed in just a few clicks from anywhere in the world. In this article,...
-
You can extract and read DataMatrix and other 1D/2D barcodes from PDF files in the browser by flattening barcode annotations into raster images with Dynamsoft Document Viewer and decoding them with Dynamsoft Barcode Reader. This HTML5 and JavaScript workflow handles healthcare forms, logistics labels, and other PDF documents that embed...
-
You can generate QR codes, PDF417, DataMatrix, and other barcode types in the browser and embed them into PDF documents as permanent annotations using HTML5, JavaScript, bwip-js, and the Dynamsoft Document Viewer SDK. The entire workflow runs client-side, so no server upload or backend PDF processing is required. What you’ll...
-
In many industries, a document scanner app is essential for capturing, editing, and uploading documents such as invoices and receipts to the cloud. By leveraging the Dynamsoft Document Viewer SDK, you can build a Progressive Web App (PWA) document scanner that enables users to capture images, crop them, combine multiple...
-
Dynamsoft Document Viewer SDK provides a comprehensive set of APIs for viewing and annotating PDFs and images in web applications. By integrating the SDK into your Blazor web app, you can create a powerful document management system with advanced features such as PDF rendering, page navigation, image quality enhancement, and...