Search results for "news_adeptol-releases-autocad-viewer"

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

Technical FAQ

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.

Technical FAQ

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

Technical FAQ

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.

Whitepaper

Adding Text-to-Speech to Your Document Viewer

Page

Education

Page

Customers

Technical FAQ

How can I set PrizmDoc Viewer to default to a certain zoom percentage?

Question Users want the ability to have all the documents that they view initially open with the same Zoom Percentage. How can I accomplish this? Answer Setting the zoom percentage is possible in PrizmDoc. You can listen in on the ScaleChanged event, which is triggered whenever your user changes the zoom level of the Viewer. For […]

Technical FAQ

What file types are supported by Accusoft PDF Viewer?

Question What file types are supported by Accusoft PDF Viewer? Answer The viewer currently supports only PDF file formats based on the PDF32000 specification. If you need more wide ranging document support our PrizmDoc Server platform can help!

Blog Post

Why Your Flattened PDFs Still Need to Be Securely Redacted to Protect Sensitive Content

Redacting documents is critically important for legal departments and government agencies. By removing sensitive information from a digital file before sharing it publicly, it’s possible to protect private data or classified materials from being exposed.  In the days before digital documents, redaction involved a simple, if crude, process of covering text with a black marker. […]

Technical FAQ

Why is our PrizmDoc Viewer performance degrading over time?

Question We have been noticing in our PrizmDoc environment that the viewer seems to take longer and longer to view documents over time. After a few days, we restart the Prizm services, and the Viewer processes faster. What might be the reason for this issue? Answer This issue is typically caused by a change in […]

Technical FAQ

Does viewing HTML in PrizmDoc Viewer allow JavaScript execution or local file access?

Question Does viewing HTML in PrizmDoc Viewer allow JavaScript execution or local file access? Can PrizmDoc Viewer block externally-referenced content from being rendered? Answer When viewing HTML in PrizmDoc, JavaScript and local file access are disabled. Additionally, you may configure the security.htmlRendering.blockExternalContent setting found in PrizmDoc’s Central Configuration file. When rendering any source document which […]