Search results for "news_adeptol-releases-new-version-document-viewer"

Video

Exploring the Future of AI for Improved Document Management

In this video, viewers will gain insights into leveraging AI for document automation, focusing on tasks like data extraction, classification, and indexing. Dan Lee, Senior Product Manager, explores how AI-driven semantic search can enhance document navigation, decision-making, and productivity. He emphasizes the importance of AI in bolstering document security and ensuring compliance with industry regulations. […]

E-Guide

Document Automation: Substantive Evidence

Technical FAQ

Why do I get a "File Format Unrecognized" exception when trying to load a PDF document in ImageGear .NET?

Question Why do I get a “File Format Unrecognized” exception when trying to load a PDF document in ImageGear .NET? Answer You will need to set up your project to include PDF support if you want to work with PDF documents. Add a reference to ImageGear24.Formats.Pdf (if you’re using another version of ImageGear, make sure […]

Technical FAQ

Why do I get a "File Format Unrecognized" exception when trying to load a PDF document in ImageGear .NET?

Question Why do I get a “File Format Unrecognized” exception when trying to load a PDF document in ImageGear .NET? Answer You will need to set up your project to include PDF support if you want to work with PDF documents. Add a reference to ImageGear24.Formats.Pdf (if you’re using another version of ImageGear, make sure […]

Technical FAQ

Why is it taking a long time to load PDF documents when viewing a document in PrizmDoc using Google Chrome 71?

Question Some of our users using Google Chrome have been reporting that PDF document loading and page rendering is extraordinarily slow. This is making the workflow unusable. What could have caused this issue to start occurring? Answer An issue was discovered in Google Chrome 71 that was causing this issue. The issue was resolved in […]

Blog Post

Understanding the Value of Third-Party Software Integrations

  Today’s customers expect more of software applications than ever before. Piecemeal solutions that provide only a few noteworthy features are quickly being overtaken by more comprehensive platforms that deliver an end-to-end experience for users. This has prompted developers to incorporate more capabilities, while also building innovative features that set their solutions apart from the […]

Fact Sheet

ImageGear Collection: Powerful Image Processing Integration

Technical FAQ

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

Blog Post

Building the Next Generation of FinTech Investment Solutions

The world of investment technology moves almost as quickly as the investment markets themselves. Without the right FinTech tools, today’s individual investors are likely to be left behind the latest financial trends. That’s why FinTech investment solutions are once again becoming a major point of emphasis for developers looking to expand access to key financial […]

Blog Post

The Top 3 InsurTech SDKs

The insurance market is booming. As noted by research firm Deloitte, the property and casualty (P&C) sector saw a massive income uptick in 2018 and steady growth last year that’s predicted to carry forward through 2020. To help manage the influx of new clients and handle more claims, many firms are spending on insurance technology […]

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