Search results for "request"

Blog Post

Visualizing TeamCity Dependencies with Python

James Waugh, Accusoft Software Engineer In many cases at Accusoft, we are tasked with commanding large TeamCity build chains, sometimes interacting with dozens of build configurations: build tests, run them, and build all their dependencies! Being able to visualize these relationships is a benefit to my team that allows them to discuss these relationships and […]

Page

Schedule a PrizmDoc Demo

Blog Post

Manual Redaction: Preserving PII Privacy in Digital Processes

Personally identifiable information (PII) is everywhere. Health data, financial information, legal records, even names and birthdates all fall under the auspices of PII. This information now forms the basis for many digital processes — from identity verification to contract creation and application approval. The challenge? PII has value — and not just to data owners […]

Technical FAQ

I am receiving a "401 Unauthorized" when trying to use PrizmDoc Cloud. What could be the issue?

Question I am receiving a 401 Unauthorized when trying to use PrizmDoc Cloud. What could be the issue? Answer This error is likely the result of neglecting to specify your API key. To fix this, specify your API key in the headers of your request to create a viewing session.

Technical FAQ

Can PrizmDoc Viewer load HTML documents with UTF-8?

Question I want to load an HTML document in PrizmDoc with UTF-8 encoding. Can this be done automatically in the product? Answer Currently, no. We have a parameter for .txt files which does that (detailed here), but this “textFileEncoding” intentionally only works for .txt, not .html files. There is a feature request for this: https://ideas.accusoft.com/ideas/PDV-I-546 […]

Technical FAQ

In PrizmDoc Viewer, I would like to view the status of all documents currently converting on my server. Is this possible?

Question I would like to be able to query my PrizmDoc Server for all documents currently in a state of processing. I want to be able to do this to determine if a document is “hanging” during conversion, to determine my system’s efficiency (My RAM and CPU are at X% with ten documents converting), or […]

Technical FAQ

How do I store and retrieve documents in subdirectories of the configured documents directory in PrizmDoc PAS?

Question How do I store and retrieve documents in subdirectories of the configured documents directory in PrizmDoc PAS? Answer You can retrieve documents from subdirectories when dealing with local files. Simply pass the subfolder in the fileName parameter when creating the viewing session. You can test this by manually placing a document inside a subfolder […]

Blog Post

The Future of FinTech: Redefining Digital Document Delivery with ImageGear

  FinTech adoption continues to accelerate. According to Wealth Professional, almost 40 percent of finance firms now prioritize the adoption of FinTech frameworks, even as new-to-market startups disrupt the status quo.  However, spending alone isn’t enough to deliver streamlined and scalable FinTech processes. As noted by David Linthicum, Chief Cloud Strategy Officer at Deloitte in […]

Technical FAQ

What is the absolute bare minimum I need to use PrizmDoc Cloud?

Question What is the absolute bare minimum I need to use PrizmDoc Cloud? Answer This will allow you to load a document via a URL using PrizmDoc Cloud. Just include your PrizmDoc Cloud API key in the POST request headers. Please note: This is purely intended as a proof-of-concept. You should never include your API […]

Technical FAQ

What is the procedure for upgrading PrizmDoc Viewer?

Question We are planning to upgrade our PrizmDoc Server and PrizmDoc Client to the latest major version. What is the best practice for doing so? Answer For best results, you will want to follow the instructions below to ensure the cleanest upgrade of the newest version: NOTE: Before starting, make a backup of the following […]

Technical FAQ

Is there any way in PrizmDoc to highlight the presence of an annotation?

Question In some other viewers, there are highlights or markers that appear on the UI to indicate that annotations are available for a given page or document. Is there a way to implement this in PrizmDoc? Answer Sure can, you just need to make a MarkupLayerRecords request to determine if there are marks that pertain […]

Blog Post

Adding Form Processing Into Your Financial Application

As a developer working with lenders, you strive to build an application that makes life easier for your clients. In the financial industry, processing data is essential. In order to process it efficiently, lenders must collect data from a variety of different forms. Whether consumers are coming to them for a loan, bank account, or […]