Ahead of the Complexity Curve: The Barcode Benefit in Education
Complexity is increasing for post-secondary institutions. From burgeoning class sizes to evolving technology requirements and privacy concerns, schools need a way to streamline operations without sacrificing accuracy or security. According to Campus Technology today, “for higher education to meet these challenges, nothing less than transformative change will do.” Barcodes can help with the unique […]
The Facts on Intelligent Contract Automation from Docubee (formerly OnTask)
Hire CRM consultants for your best chance at implementation success
Whether your company is planning to implement a CRM system or has already begun using one, you’ve likely realized how enormous an undertaking it is. From choosing which CRM platform best fits your needs to promoting employee adoption, there are a number of aspects that can fail if not handled properly. Hiring CRM consultants can […]
Automating Manual Data Entry with Robotic Process Automation
Robotic Process Automation (RPA) is becoming more and more intertwined in business processes. More Chief Information Officers are turning to this technology to empower employees to devote more time to high-value projects. RPA is paving the way to reduced staffing costs and increased productivity. After all, there’s only so many manual processes a human can […]
Show Me the Money: Image Processing and the Industry Imperative
Financial institutions are spending on technology. As noted by IDG Connect, solutions such as AI-driven analysis and investment tools could boost revenue by 34 percent. In addition, 72 percent of senior management view artificial intelligence and machine learning (ML) as critical market advantages. It makes sense. Banks, credit unions, and fintech firms must now meet […]
Forms Processing Overview: Using the Forms API
Accusoft Forms API v1.0 is a set of classes that encapsulates the implementation required to connect FormSuite components together to build a forms processing application. In previous releases of FormSuite, you had to code against the APIs of the components of FormSuite to build a forms processing solution. This could include coding against the APIs […]
My document has Asian characters (CJK, etc.), which are not displaying correctly in PrizmDoc Viewer; what steps can I take to view them?
Question My document has Asian characters (CJK, etc.), which are not displaying correctly in PrizmDoc Viewer; what steps can I take to view them? Answer In some cases, the reason is due to the fonts not being installed on the operating system. We have outlined some commands to install fonts for select operating systems below: […]
How can I determine what version of PrizmDoc Viewer my server is running?
Question How can I determine what version of PrizmDoc Viewer my server is running? Answer To check the server version, make a GET request to: http://localhost:18681/PCCIS/V1/Service/Current/Info You can make a get request by navigating to the URL in your browser. The JSON response will have a "pccisVersion" property, which is the version number you are […]
Why are my documents loading slowly in PrizmDoc Viewer when PrizmDoc Service is installed on a Windows 2016 Server?
Question When using the PrizmDoc samples, the sample documents included are taking close to 1 minute to load in the viewer. The same also happens when uploading files into the sample. The server processes are showing minimal impact on CPU and memory. However, the hard drive was spiking to 100% utilization sporadically. Answer We have […]
With PrizmDoc, how can I hide a predefined search if there are no results?
Question With PrizmDoc, how can I hide a predefined search if there are no results? Answer The predefined search option does not support that functionality, but you can instead perform a server-side search, and then activate the search panel if there are results to show: var viewer; var viewingSessionId = <%= viewingSessionId %>; var fixedSearchTerm […]
Why are the dates in my .csv file being converted to a US date format in the Viewer when the PrizmDoc Server is set to a UK locale?
Question When viewing .csv files in PrizmDoc Viewer, the dates in the CSV file are in UK format (DD/MM/YYYY). However, if the DD is lower than 13 it is converted to US date format (MM/DD/YYYY). Answer Workaround: The suggested workaround is to use Excel files instead of CSV to avoid this situation. Excel file format […]
In the PrizmDoc Viewer, what are the two different ways to load annotation layers?
Question In the PrizmDoc Viewer, what are the two different ways to load annotation layers? Answer PrizmDoc has two options for loading annotations, the “My Annotations” pane and the “Annotations for Review” pane. The “My Annotations” pane is used to load a single annotation layer for editing. You can add, delete, or make changes to […]