Search results for "image-processing"

Blog Post

Enhance Your Digital Vault with PrizmDoc Cells

Security is everything for organizations when it comes to their sensitive data assets. Whether it’s vital documents, account passwords, or proprietary financial formulas, essential business information needs to be well-protected as companies continue to incorporate digital platforms into their operations. Developers can support this critical goal by providing secure digital vault applications that allow their […]

Blog Post

How to Improve Digital Collaboration for Insurance Applications

Despite its reputation for being slow to adapt and held back by outdated, legacy technology, the insurance industry is undergoing a tremendous period of digital transformation. A new generation of InsurTech applications are helping insurers respond more quickly to a dynamic market and empowering customers to become more engaged with their policies. InsurTech digital collaboration […]

Blog Post

Why Your Application Needs a Built-in PDF Reader

Managing and viewing documents is critical to providing a quality user experience in today’s applications. Without some way of controlling the presentation of digital files like PDFs, organizations put themselves in a situation where they must rely on external solutions that may not be responsive to their needs. PDF integration into their applications helps developers […]

Technical FAQ

In PrizmDoc, why is my document appearing smaller on the page relative to the viewer?

Question In PrizmDoc, my document appears to be small on the page relative to the viewer. How can I fix this? Answer By default, PrizmDoc renders a PDF file according to the MediaBox, which is normally the same as CropBox, though sometimes this is not the case. The larger area you see in the PrizmDoc […]

Blog Post

How Developers Can Enhance Excel Spreadsheet Security

Few document formats are more common than XLSX spreadsheet files. Although many alternatives are available, most enterprises continue to rely on the broad (and familiar) functionality of Microsoft Excel when it comes to their spreadsheet needs. However, few organizations take the appropriate steps to ensure Excel spreadsheet security, which could leave their private data and […]

Technical FAQ

What are the supported source formats for Content Conversion Services?

Question When using Content Conversion Services, what are the supported input formats that it takes for conversion? Answer When using Content Conversion Services, you can input any image and document source type that PrizmDoc supports. Here’s a link to the Content Conversion Services API for more information.

Technical FAQ

What defines a transaction on PrizmDoc Cloud?

Question When I view a document on PrizmDoc Cloud and it hits a cached document, is a transaction still consumed? What defines a transaction on PrizmDoc Cloud? Answer A transaction is defined as: a document viewed, a document converted, a document OCR function performed, a form detected, or an image compressed. PrizmDoc Cloud considers it […]

Technical FAQ

In PrizmDoc, how can I get the page coordinates of my cursor?

Question In PrizmDoc, I can get the coordinates of a Click event. However, this corresponds to the window coordinates of my viewer. How can I translate this to coordinates of the actual page? Answer As specified in our documentation here, PrizmDoc offers the following method: convertPageToWindowCoordinates(pageNumber, points) This appears to do the opposite of what […]

Technical FAQ

How can I get a document's dimensions with PrizmDoc?

Question How can I get a document’s dimensions with PrizmDoc? Answer There are two methods you can use to do this with PrizmDoc: The first method is using the requestPageAttributes() method from ViewerControl. This method allows you to get the width and height of a page in the document in pixels. Below is sample code […]

Technical FAQ

Why does PrizmDoc Viewer display a warning that "x page(s) cannot be searched" after searching a document?

Question After searching a document, an error icon appears in the search results panel. Clicking on it displays the following error message: “x page(s) cannot be searched.” Why does this occur and how can I find out which specific pages couldn’t be searched? Answer When the PrizmDoc Viewer text-service cannot find any text for a […]

Technical FAQ

Why is PrizmDoc not auto-detecting the form in my PDF file?

Question I have a PDF of a form that I’m sending to PrizmDoc to have it auto-detect, but PrizmDoc does not find any fields in the document. What would cause this? Answer Currently only PDF files with embedded AcroForms will be auto-detected. If the PDF document has an embedded image of a form, PrizmDoc will […]

Technical FAQ

How do I acquire individual pages using ISIS Xpress .NET?

Question The ISIS Xpress BasicCapabilities and AdvancedCapabilities samples demonstrate a number of different ways to acquire images and save a batch of them to file, but how can I get a single image as soon as it gets acquired by the scanner? Answer During the ISIS Xpress Scanned() event, you can get the currently acquired […]