Search results for "news_accusoft-releases-barcode-reader-app-extends-mobile-sdk"

Case Study

codemantra Integrates PrizmDoc® for Java to Enhance the collectionPoint Platform

Over the last few years, codemantra has focused on developing document processing capabilities to enhance its core document management systems. The multifaceted collectionPoint platform leverages the power of machine learning to extract data and integrate with business applications such as LMS solutions, ERP software, and CRM systems. However, in order to maximize collectionPoint’s document flexibility, […]

Blog Post

How to Successfully Implement LegalTech Technology Solutions

Implementing any technology solution within an established organization can be a monumental challenge for a developer. Doing so for a legal firm that has a strong culture and longstanding processes can be even more difficult. That’s why LegalTech developers need to take a few key factors into consideration as they work on applications for the […]

Blog Post

The New Framework: Cross-Solution Content Collaboration

Collaboration is key. As noted by Fast Company, 95 percent of businesses now recognize the value of collaboration tools, but just 56 percent have deployed these solutions at scale. Part of the disconnect comes down to adoption. Companies must demonstrate that new applications are worth using for staff and stakeholders alike. The other half of […]

Press Release

Accusoft Unveils Innovative PrizmDoc Hybrid Viewing Feature

December 6, 2022 – Tampa, FL – Accusoft is excited to announce the latest innovative feature update to PrizmDoc, its industry-leading document processing integration. The new PrizmDoc Hybrid Viewing feature offloads the majority of processing work for document viewing from the PrizmDoc server to the client’s device.  While initial conversion and preparation is handled server-side, […]

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

Blog Post

Docubee: Not Just a No-Code Workflow Solution

Docubee is a great no-code platform for automating your business processes. If you are a developer, we offer several ways to integrate Docubee directly into your site with straightforward APIs, and a few lines of code. If that isn’t your speed, no worries! You can learn more about how you can use Docubee code free […]

Blog Post

Convert Excel to Web Applications to Speed Up Development Time

Many organizations utilize spreadsheets to track data and perform complex calculations. Since spreadsheets offer substantial flexibility, it’s not uncommon for a single organization to use them in a variety of ways. For instance, one department might use them for budgeting while another deploys them for risk assessment. Although they can handle complex calculations, spreadsheets are […]

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

Case Study

How KnowledgeLake Enhanced Its Document Automation Solution with Accusoft

KnowledgeLake had long utilized an in-house viewing solution that allowed customers to view documents within the platform. Although this legacy viewer had gone through many iterations over the years, it was deployed as part of an on-prem solution. When KnowledgeLake transitioned its on-premise products to a cloud-based solution, they decided to evaluate Accusoft’s PrizmDoc as […]

Technical FAQ

When I try to install PrizmDoc Server on Windows, my username/password are rejected as incorrect. How can I troubleshoot this?

Question When I try to install PrizmDoc Server on Windows, my username/password are rejected as incorrect. How can I troubleshoot this? Answer It’s possible that there is some problem with the account you’re trying to log in under. First, make sure the server is in the same domain as the username you login with. For […]

Technical FAQ

Why do I get a “80040154 Class Not Registered” error when using the License Development Kit on IIS?

Question Why do I get a “80040154 Class Not Registered” error when using the License Development Kit on IIS? Answer If you are receiving a “80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).” error while trying to use the LDK on a website created through IIS, it is likely because of a platform conflict (x32 […]

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.