Intro to Node.js: What Makes It Different?
Jamison Prianos, Accusoft Software Development Manager, SaaS This is the third post in our introductory series on Node.js. If this is the first post you’ve found, be sure to check out Part 1: What Makes Node So Popular? and Part 2: There’s a Module for That! Today, we’re moving on to discuss what makes Node.js […]
Dependency Injection and Framing for Node.js
Michael Pardue, Accusoft Senior Software Engineer When developing as a team, a persistent major concern is how to structure an application so that all team members can add features, maintain code, and fix problems without stepping on each other’s toes. We wanted to solve this for Node.js by creating a way to divide our applications […]
Automated Form Filling
The PrizmDoc™ e-Signer supports filling out forms created using the PrizmDoc™ Template Designer, demonstrated here. Using the e-Signer, form fields can be filled out manually, filled out programmatically, or pre-populated with default values. Once the fields are filled out, the user can click the Download Signed Form button to download a PDF with the filled […]
Demo: Accusoft PDF Viewer
Why Use an HTML5 Image Viewer?
Image viewing technology for web pages and apps has made huge leaps in recent years. Self-contained viewers that work on all browsers and platforms represent a simplified method of displaying images and documents. And given the increasingly complex graphic user interfaces of today, these new tools are needed more than ever. HTML5 viewers are the […]
Why am I getting an error when converting certain Powerpoint files to PDF?
Question We are in the process of converting multiple Microsoft Office documents to PDF files and noticed a few PowerPoint files are returning the following: “errorCode”: “CouldNotConvert”. What could be causing this issue? Answer This issue can occur specifically with PowerPoint files when using PrizmDoc’s MSO feature or PrizmDoc Cloud. When a document is marked […]
In PrizmDoc, how can I find the coordinates of text on a page of my document?
Question I have a document with text on it. I want to find the coordinates of a particular word on it (so I can place annotations, redactions, etc.). How might this be accomplished? Answer To programmatically determine the location of text (for annotations, redactions, etc.), we can use the following GET request from the PrizmDoc […]
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 […]
APIs and SDKs for Digital Government Applications
Application development is incessantly growing and evolving. Developers are constantly looking to enhance the functionality and value of their offerings to keep their existing market share and acquire new customers. Code can improve navigation and upgrade infrastructure to enhance performance. To keep developments up-to-speed, software engineers often rely on standards-based APIs and SDKs. They empower […]
The Fantastic Journey of the Humble Barcode
Barcodes. You’ll find them everywhere – from airline tickets to grocery store shelves. Today, this simple arrangement of bars and symbols can be found on almost every product we purchase. But, how much do you know about this surprisingly sophisticated coding system? Exactly what information does the barcode contain? And how did the modern […]
For PrizmDoc, is there a way to set up PAS for multi-tenancy?
Question We want to use one PAS instance for multiple customers while ensuring their calls and data are separated so that other customers cannot access them. Is there a way PrizmDoc can accomplish this? Answer How To: Use the following steps to set up the multi-tenancy feature: Add a new line inside of /usr/share/prizm/pas/pcc.nix.yml (Linux) […]
Electronic Non-Disclosure Agreements with OnTask
This workflow manages the request and multiple signatures for a non-disclosure agreement through the initial request, the external signature, and internal signature. Communication with all parties is handled within the workflow.