Search results for "news_barcode-xpress-v9-releases-with-gs1-databar-qr-code"

Blog Post

Adding a Document Viewer to Your .NET Applications

Adding document viewing features to an application can be a challenge. Although there are many open source options available, finding a suitable ASP.NET document viewer or .NET image viewer that provides the right level of flexibility and functionality often requires a more specialized solution. Fortunately, .NET developers have good options when the time comes to […]

Technical FAQ

How do I change between machine print and hand print recognition in the SmartZone v2 SDK?

Question How do I change between machine print and hand print recognition in the SmartZone v2 SDK? Answer Please refer to the specific code samples listed below: 1) If you are using the .NET control the Classifier property is set as follows according to the type of recognition you are performing (MachinePrint or HandPrint). SmartZone2.Reader.Classifier […]

Blog Post

Why PrizmDoc Viewer Is the Ideal MSO File Viewer for Your Application

Today’s applications need tremendous versatility when it comes to document management. Developers are expected to deliver tools that can handle multiple file types and have the ability to share them securely with internal users and people outside the organization. As more companies transition to remote-first work environments, online (and secure) collaboration tools are becoming a […]

Press Release

Accusoft Upgrades Accusoft PDF Viewer with Enhanced Professional Version

On August 3, 2021, Accusoft announced the release of the paid Professional version of Accusoft PDF Viewer. Initially released in March of 2021, the Standard version of Accusoft PDF Viewer is a free-to-use, lightweight JavaScript PDF library featuring a responsive UI for out-of-the-box mobile support. The new Professional version adds enhanced PDF tools and document […]

Blog Post

Expand Your PDF Capabilities with JavaScript PDF Annotation Tools

Ever since Mozilla’s development of the open-source PDF.js library in 2011, many developers have been quick to utilize the JavaScript-based toolkit to quickly integrate PDF viewing capabilities into their applications. Given the severe limitations and security concerns associated with external reader plug-ins, it’s easy to see why the open source library was so appealing.  Unfortunately, […]

Press Release

OnTask launches new Health Tracking platform to easily track employees’ vaccination records

  TAMPA, FLA. (Nov. 2, 2021) – OnTask, a workflow automation and eSignature tool, has launched a new Health Tracking platform providing unmatched flexibility for companies to track employees’ vaccination records, exemption requests, COVID test results, health screenings, and wellness status. The affordable and secure cloud-based system can be used with any device and from any […]

Technical FAQ

Receiving "Uncaught ReferenceError: viewLabel is not defined" when trying to embed the PrizmDoc viewer in my web application. What could be the issue?

Question I’m receiving Uncaught ReferenceError: viewLabel is not defined when trying to embed the PrizmDoc Viewer in my web application. What could be the issue? Answer This error indicates that the language property in the viewer initialization has not been specified or is undefined. To fix this, ensure you are loading viewerCustomizations.js. If the version […]

Technical FAQ

Why do I get an "Uncaught TypeError" when trying to embed the Viewer in my web application?

Question I’m receiving the error “Uncaught TypeError: Cannot read property ‘viewer’ of undefined” when trying to embed the PrizmDoc Viewer in my web application. What could be the issue? Answer This indicates that the template property in the viewer initialization has not been specified or is undefined. To fix this, ensure you are loading viewerCustomizations.js. […]

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

How do I change the classifier to read a specific language in SmartZone v2

Question How do I change the classifier to read a specific language in SmartZone v2 Answer Please refer to the specific code samples below: 1) If you are using the .NET control you set the Language property. For example: SmartZone2.Reader.CharacterSet.Language = Language.WesternEuropean; 2) If you are using the ActiveX control you set the CharacterSetLanguage property. […]

Technical FAQ

Can more than one PrizmDoc Viewer be rendered on the same page?

Question With PrizmDoc Viewer, can I have more than a single viewer on the same page? Answer Yes, just initialize a second viewer on another <div> in the page. You can use the initialization code here more than once within the same page.

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 […]