Search results for "news_prizm-content-connect-v6-html5-viewer-released"

Blog Post

Revolutionizing Financial Data Management with AI-Driven PII Protection

  In the finance industry, managing and securing Personally Identifiable Information (PII) is a task of paramount importance, given the stringent regulatory landscape and the vast volumes of sensitive customer data handled daily. The introduction of Artificial Intelligence (AI) in financial content management systems is a game-changer, offering a more efficient, secure, and compliant way […]

Blog Post

Automating Workflows with Docubee Integrations

Offering product integrations can be one of the easiest ways to expand the feature set of a product without adding loads of time and cost on development resources. Docubee currently has external integrations with Salesforce, Sharepoint, and Brother scanners that we offer to our customers. Internally, we have an integration with Slack that allows our […]

Page

Forms Processing

Blog Post

Why White Label Software Is Essential for Developers

As speed and efficiency have become increasingly vital for business success, it’s hardly a surprise that organizations across many industries have turned to white labeling as a way of retaining their competitive edge. While white labeling can be found in every industry, it’s proved to be incredibly important in the technology sector, where many independent […]

Technical FAQ

Why are the embedded objects in my spreadsheets not rendering in PrizmDoc Cells?

PrizmDoc Cells requires a connection to an instance of PrizmDoc Viewer with Microsoft Office conversion enabled in order to display most embedded objects. You will find instructions on how to configure a connection to PrizmDoc Viewer server here.

Blog Post

Convert Excel to Web Applications to Speed Up Development Time

Many organizations utilize spreadsheets to track data and perform complex calculations. Since spreadsheets offer substantial flexibility, it’s not uncommon for a single organization to use them in a variety of ways. For instance, one department might use them for budgeting while another deploys them for risk assessment. Although they can handle complex calculations, spreadsheets are […]

Technical FAQ

How can I bypass the download options pane in PrizmDoc?

Question When I click on the download button a ‘download options’ pane appears to the left of the Viewer. Is there a way I can modify the client code such that clicking the download button skips this step and just downloads the document as a PDF, burning in all the marks/redactions/e-signatures? Answer To clear the […]

Technical FAQ

How can I annotate or redact search results within PrizmDoc?

Question How can I annotate or redact search results within PrizmDoc? What annotation or redaction types are supported? How can I change the properties of the created marks? Answer You can annotate or redact search results using the addMarkFromSearchResult() function from ViewerControl. This function creates a new mark of a specific type and adds it […]

Technical FAQ

Is it possible to make a call to an external API when annotation saving is complete?

Question Is it possible to make a call to an external API when annotation saving is complete? Answer In the Viewer, you can bind functions to the MarkupSaved event mentioned on the following documentation page in order to execute code when annotations are saved to the server: https://help.accusoft.com/PrizmDoc/latest/HTML/webframe.html#Subscribing_to_Events.html A full list of events exposed by […]

Technical FAQ

How can I make significant changes to the UI of a prizmdoc sample?

Question How can I make significant changes to the UI of a PrizmDoc sample? Answer While jQuery can be used to make some small changes to the samples UI, it does not always make sense to make your changes programmatically on the front-end. In this case, you will want to make your UI changes to […]

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

Do you have sample code available?

Question Do you have sample code available? Answer Yes, we have two samples available to get you started quickly: An HTML page that uses the viewer via a <script> tag and CDN URL to display a PDF A React app which uses the viewer to display a PDF.