Tag: salesforce
-
Salesforce Lightning Web Components cannot run Dynamsoft Barcode Reader’s WebAssembly module directly, so this tutorial embeds a barcode scanning page in an iframe and uses postMessage to return scan results to the LWC. Dynamsoft Barcode Reader handles the actual barcode decoding inside the iframe, while the Lightning component manages the...
-
Salesforce does not provide image-to-PDF merging by default, so build a Lightning Web Component that loads record images into Dynamsoft Document Viewer inside an iframe and exports them as a single PDF for printing and archiving. Dynamsoft Document Viewer is used as the SDK for image editing and PDF generation....
-
This tutorial creates a Salesforce Lightning Web Component that connects to TWAIN-compatible document scanners through the Dynamic Web TWAIN SDK, giving users scan, edit, and PDF-export capabilities inside Salesforce. What you’ll build: A Salesforce Lightning Web Component (LWC) that connects to TWAIN-compatible document scanners, lets users scan, edit pages, and...
-
Salesforce is a famous CRM platform. We can use it to manage our sales and customers. Salesforce comes with great customizability. We can write apps to extend its features. Its latest technology is the lightning web component, which helps us use modern web technologies to build apps. Build a Salesforce...