Search results for "VV 4.9 New features release notes 11_14"

Page

Our Partners: codemantra

Technical FAQ

How do I remove XMP Data from my image using ImageGear .NET?

Question How do I remove XMP Data from my image using ImageGear .NET? Answer When removing XMP data in ImageGear, the simplest way to do this is to set the XMP Metadata node to null, like so: ImGearSimplifiedMetadata.Initialize(); doc.Metadata.XMP = new ImGearXMPMetadataRoot(); Or, you can traverse through the metadata tree and remove each node from […]

Technical FAQ

Is there a way to have single-click web links when viewing a document?

Question By default, in the PrizmDoc Viewer, links are highlighted and underlined in blue. To follow links within a document, the user needs to click the link, wait for the floating popup to appear showing the link’s target URL, and then click that to actually follow the link. Is there a way to make this […]

E-Guide

Building the Next Generation of GovTech Applications

Blog Post

A Brief History of PDF File Viewers

Few file formats are as widely recognized and used as PDF. In fact, PDFs have become so commonplace that it’s hard to imagine a time when they didn’t exist. Most users don’t even give them much thought, knowing that all they need to do is click on the file and trust that their PDF file […]

Fact Sheet

APIs and SDKs for Government Solutions

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

Fact Sheet

APIs and SDKs for Healthcare Solutions

Technical FAQ

Is it possible to change the login accounts on PrizmDoc services in Windows?

Question When installing PrizmDoc, we specified the wrong user ID and password for the 3 PrizmDoc services. Can we safely change them to another account? Answer It is possible to change the Login User account on the three PrizmDoc services: Prizm, PrizmDemo, and Prizm Application Services. You will need to ensure the user id you […]

Technical FAQ

How do I change the highlight color for search results in the PrizmDoc Viewer?

Question When doing a text search in a document in PrizmDoc, the highlight color for the search results is a light blue background. Is there a way to change the highlight color for search results in the PrizmDoc Viewer? Answer You can change the highlight color specifically in the PrizmDoc Viewer file viewer.js file located […]

Technical FAQ

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

Technical FAQ

Using ImageGear .NET, how can I detect the bit depth of a PDF so I may better compress my OCR output?

Question I am trying to perform OCR on a PDF created from a scanned document. I need to rasterize the PDF page before importing the page into the recognition engine. When rasterizing the PDF page I want to set the bit depth of the generated page to be equal to the bit depth of the […]