Search results for "?documentId=RM-Overview"

Blog Post

How to Use the Document Pre-Conversion Feature in PrizmDoc

One of the new additions to our recent PrizmDoc v11.0 release was a developer preview of our document pre-conversion feature. This is an exciting new addition, given many of our clients work with thousands—even millions—of large documents and can’t afford to waste even seconds waiting for files to process. Pre-conversion will allow the conversion of […]

Blog Post

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

Blog Post

PrizmDoc Application Services (PAS) Overview

We’ve received some questions from customers recently about PrizmDoc Application Services, such as: What is PrizmDoc Application Services (PAS)? Why do I need it? How does it benefit me? I’m interested in PrizmDoc Cloud hosted, why do I need to install PAS? Where do I install it? To provide some further clarity, we’re going to […]

Technical FAQ

Can I host multiple PrizmDoc viewers on a single page?

Question Can I host multiple PrizmDoc viewers on a single page? Answer It is possible to host multiple viewers on a single page. The following example leverages Bootstrap’s tab implementation: <!DOCTYPE html> <html lang="en"> <head> <!-- Metadata --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <meta name="description" content="" /> <!-- Title --> […]

Technical FAQ

Can I host multiple PrizmDoc viewers on a single page?

Question Can I host multiple PrizmDoc viewers on a single page? Answer It is possible to host multiple viewers on a single page. The following example leverages Bootstrap’s tab implementation: <!DOCTYPE html> <html lang="en"> <head> <!-- Metadata --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <meta name="description" content="" /> <!-- Title --> […]

Blog Post

5 Reasons to Be Cloud – and Proud

In a previous blog post we discussed misconceptions that information professionals typically have about cloud computing. We went through some of the most common myths one by one, explaining why they’re inaccurate and why, unfortunately, they persist even now among executives across various industries. At Accusoft, we believe in the power of the cloud, and […]

Technical FAQ

How do I specify a password for a document using PrizmDoc?

Question Can PrizmDoc handle password-protected files, such as PDFs or Excel files? How would a user specify a password for a particular document? Answer It is possible to specify the password for a password-protected document when creating a viewing session in PrizmDoc. When sending a request to create a viewing session, you’ll use the password field […]

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

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

Blog Post

How to Customize PrizmDoc With Keyboard Shortcuts

While PrizmDoc features are always a great way to add value to your application, our innovative document viewer is customizable to fit your brand and your preferences. PrizmDoc has a variety of customization options available for developers. While you can find all of these modification options in the documentation, let’s discuss keyboard shortcuts. Keyboard shortcuts […]

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

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