Tampa Bay Tech's Software CEO Council makes annual donation to Computer Mentors
NEWS PROVIDED BY Tampa Bay Tech TAMPA, FL, UNITED STATES, August 19, 2021 — The Tampa Bay Software CEO Council, founded by Tampa Bay Tech, selected Tampa Bay Area non-profit Computer Mentors as the recipient of the group’s annual fundraising efforts. This month, they presented Computer Mentors founder and Executive Director Ralph Smith with a check for […]
About
How to Successfully Implement LegalTech Technology Solutions
Implementing any technology solution within an established organization can be a monumental challenge for a developer. Doing so for a legal firm that has a strong culture and longstanding processes can be even more difficult. That’s why LegalTech developers need to take a few key factors into consideration as they work on applications for the […]
Our Partners
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. […]
What file formats does PrizmDoc Viewer currently support?
Question What file formats does PrizmDoc Viewer currently support? Answer Please refer to our latest documentation for the most up-to-date list of supported file formats: Supported File Formats For documentation on older versions of PrizmDoc Viewer, please see our documentation archive.
In PrizmDoc's Viewer, can I delete a saved annotation collection?
Question In PrizmDoc Viewer, can I delete a saved annotation collection? When I make annotations on a document, I can save them and give them a name. Then if I come back to the document later, I can access my saved annotations, add new ones, and delete individual ones, but I don’t see a way […]
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 […]
Integrate Annotation Into Your Imaging Projects
Accusoft’s ImageGear for .NET has established a reputation over the years as one of the most comprehensive imaging tools available to developers. It gives applications across many industries valuable functionality, enabling engineers, physicians and various other professionals to handle image viewing and processing (tasks like file capture, file conversion and optical character recognition) with ease. But […]
How can I access the ViewerControl in the PrizmDoc samples?
Question Normally, when I create a viewer in my own application, I do: viewer = $("#some-div").pccViewer({ ...options }); Then I can make calls like: viewer.viewerControl.search("Some search term."); But in the legacy samples the Viewer isn’t set to a global variable. How can I access the viewerControl object? Answer If you call $("#some-div").pccViewer(); without any arguments, […]
Why is touch input for PrizmDoc Viewer not working in Chrome version 70+?
Question Why is touch input for PrizmDoc Viewer not working in Chrome version 70+? Answer PrizmDoc Viewer uses the Chrome Touch API to process touch input. This API was deprecated after Chrome version 70, and must be manually re-enabled in order for touch input to work in PrizmDoc. For Chrome versions 70-77: Paste the following […]
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 […]