Search results for "multi-page-image-viewer-silverlight-azure"

Blog Post

5 GovTech Trends to Watch in 2021

The last twelve months have seen an unprecedented shift in the way organizations and customers are utilizing digital services. According to data gathered by McKinsey in 2020, digital adoption made roughly five years worth of progress in a span of eight weeks at the onset of the COVID-19 pandemic. While this massive shift impacted almost […]

Technical FAQ

Why are the fonts in my CAD files showing up garbled/unrecognizable/not as expected?

Question Why are the fonts in my CAD files showing up garbled/unrecognizable/not as expected? Answer Some CAD files may include fonts that are not included in PrizmDoc Viewer’s default font set. PrizmDoc will choose the most appropriate substitute font to use in its place. The substitution process isn’t always perfect, and as a result, you […]

Technical FAQ

Is there a way to have single-click web links when viewing a document?

Question By default, in the PrizmDoc Viewer, links are highlighted and underlined in blue. To follow links within a document, the user needs to click the link, wait for the floating popup to appear showing the link’s target URL, and then click that to actually follow the link. Is there a way to make this […]

Technical FAQ

Is there a way to have single-click web links when viewing a document?

Question By default, in the PrizmDoc Viewer, links are highlighted and underlined in blue. To follow links within a document, the user needs to click the link, wait for the floating popup to appear showing the link’s target URL, and then click that to actually follow the link. Is there a way to make this […]

Blog Post

How Barcode Data Capture Software Is Revolutionizing Document Management

Managing high volumes of documents can quickly become a burden for even the most resourceful businesses. Implementing some form of document management system is essential for keeping up with the steady tide of files that need to be identified, sorted, and routed to the proper workflows. Many developers are turning to barcode capture software as […]

Press Release

Accusoft Joins Forces with Snowbound

Sept. 7, 2022 – TAMPA, Fla. — Accusoft, a software development company specializing in content processing, conversion, and automation solutions, and Snowbound, a leader in document viewing and conversion SDK solutions, announced today that they have entered into a definitive agreement under which Accusoft will acquire Snowbound. In the largest acquisition in its 30-year history, […]

Technical FAQ

How do I specify a password for a document using PrizmDoc?

Question Can PrizmDoc handle password-protected files, such as PDFs or Excel files? How would a user specify a password for a particular document? Answer It is possible to specify the password for a password-protected document when creating a viewing session in PrizmDoc. When sending a request to create a viewing session, you’ll use the password field […]

Technical FAQ

How can I improve performance and memory usage of scanning in Barcode Xpress?

Question How can I improve the performance and memory usage of scanning/recognition in Barcode Xpress? Answer Barcode Xpress supports a number of optimization settings that can improve your recognition performance, sometimes up to 40%, along with memory usage. The best way to optimize Barcode Xpress is to fine-tune the properties of the Reader class to […]

Technical FAQ

How can I improve performance and memory usage of scanning in Barcode Xpress?

Question How can I improve the performance and memory usage of scanning/recognition in Barcode Xpress? Answer Barcode Xpress supports a number of optimization settings that can improve your recognition performance, sometimes up to 40%, along with memory usage. The best way to optimize Barcode Xpress is to fine-tune the properties of the Reader class to […]

Blog Post

How Developers Can Enhance Excel Spreadsheet Security

Few document formats are more common than XLSX spreadsheet files. Although many alternatives are available, most enterprises continue to rely on the broad (and familiar) functionality of Microsoft Excel when it comes to their spreadsheet needs. However, few organizations take the appropriate steps to ensure Excel spreadsheet security, which could leave their private data and […]

Technical FAQ

Is it possible to make a call to an external API when annotation saving is complete?

Question Is it possible to make a call to an external API when annotation saving is complete? Answer In the Viewer, you can bind functions to the MarkupSaved event mentioned on the following documentation page in order to execute code when annotations are saved to the server: https://help.accusoft.com/PrizmDoc/latest/HTML/webframe.html#Subscribing_to_Events.html A full list of events exposed by […]

Technical FAQ

Do you have sample code available?

Question Do you have sample code available? Answer Yes, we have two samples available to get you started quickly: An HTML page that uses the viewer via a <script> tag and CDN URL to display a PDF A React app which uses the viewer to display a PDF.