ISEBOX Reinvents Product Functionality With PrizmDoc
Managing digital media is a feat for any business today. Companies often struggle to store, distribute, and manage their content efficiently without an all-inclusive Multimedia Content Solution. There are a variety of businesses that simply can’t afford an upfront investment in IT to create a distribution service themselves. This is where ISEBOX comes in. ISEBOX […]
Receiving "Uncaught ReferenceError: viewLabel is not defined" when trying to embed the PrizmDoc viewer in my web application. What could be the issue?
Question I’m receiving Uncaught ReferenceError: viewLabel is not defined when trying to embed the PrizmDoc Viewer in my web application. What could be the issue? Answer This error indicates that the language property in the viewer initialization has not been specified or is undefined. To fix this, ensure you are loading viewerCustomizations.js. If the version […]
Support for Multiple Redaction Reasons in PrizmDoc Viewer’s Latest Release
Redaction is a common practice for legal firms, healthcare organizations, finance institutions, and government agencies. Simply put, it’s the process of deleting or masking sensitive information in a document to prevent misuse and protect specific parties. Simple redaction is no longer enough; modern applications need to support multiple redaction reasons. In modern times, document redaction software […]
Why the Ability to Watermark Documents Matters for Applications
The ability to watermark documents is essential for many businesses. By utilizing watermarks, organizations can quickly brand their assets and take steps to protect their valuable intellectual property. When identifying mission critical document features for their applications, developers need to keep in mind all the ways that watermarks continue to be deployed for a variety […]
Receiving "Uncaught ReferenceError: viewLabel is not defined" when trying to embed the PrizmDoc viewer in my web application. What could be the issue?
Question I’m receiving Uncaught ReferenceError: viewLabel is not defined when trying to embed the PrizmDoc Viewer in my web application. What could be the issue? Answer This error indicates that the language property in the viewer initialization has not been specified or is undefined. To fix this, ensure you are loading viewerCustomizations.js. If the version […]
Build vs Buy: Making the Right Choice for LegalTech Solutions
As part of our ongoing commitment to supporting the LegalTech industry in its effort to transform the processes used by law firms and legal departments, Accusoft recently sponsored an educational webinar in conjunction with Law.com entitled “Build or Buy? Learning Which Is Best for Your Firm or Department.” Hosted by Zach Warren, editor-in-chief of Legaltech […]
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 […]
Can more than one PrizmDoc Viewer be rendered on the same page?
Question With PrizmDoc Viewer, can I have more than a single viewer on the same page? Answer Yes, just initialize a second viewer on another <div> in the page. You can use the initialization code here more than once within the same page.
I want the Thumbnail tab in PrizmDoc Viewer to be open by default. How can this be done?
Question I want the Thumbnail tab in PrizmDoc Viewer to be open by default. How can this be done? Answer A simple solution could be to simply implement a ‘click-on-the-button’ when you first open the Viewer, if you’re fine with the user being able to close the thumbnail pane: $("[data-pcc-toggle=\"dialog-thumbnails\"]").click(); If you’d rather have the […]
Adding Text-to-Speech to Your Document Viewer
PrizmDoc Viewer
The new and improved PrizmDoc version 12 point O offers a variety of new features, one of which includes Large Document Viewing and Server-Side Search. View extremely large documents in no time with PrizmDoc. The product supports large documents in a variety of formats, allowing for faster load and navigation of your document. The Large Document Viewing and Server-Side Search feature minimizes the load time and optimizes performance for viewing and searching large documents. Compared to leading word processors, PrizmDoc loads a document the size of War and Peace much faster. In seconds - compared to minutes - the document is ready to view and search.
Can more than one PrizmDoc Viewer be rendered on the same page?
Question With PrizmDoc Viewer, can I have more than a single viewer on the same page? Answer Yes, just initialize a second viewer on another <div> in the page. You can use the initialization code here more than once within the same page.