Search results for "image-processing"

Fact Sheet

PrizmDoc Hybrid Viewing: Reduce server viewing requirements and streamline document processing

Video

Webinar: An introduction to PrizmDoc: the best in document processing integrations for your application

  View this introduction to PrizmDoc and the benefits it can deliver for your web-based application. In this webinar, you will learn: About PrizmDoc’s capabilities for document viewing, conversion, search, annotation, redaction, editing, and its many other document processing functions The benefits of integrating this industry-leading collection of REST APIs into your application How others […]

E-Guide

A Buyer’s Guide to Third-Party SDK & API Software Integrations for Document Viewing and Processing

Blog Post

Document Deliverables for InsurTech in 2020

The top InsurTech news for 2020? In a post-pandemic world, insurance technology offers “the prescription for safety.” In a world now dominated by worry around what’s currently happening, what will probably happen, and what could suddenly happen under the right (or wrong) circumstances, the agile and adaptable potential of InsurTech offerings paves the way for […]

Blog Post

Top Insurance Trends of 2020 (and InsurTech Projections for 2021)

Although it might feel as though time has been standing still for several months, 2020 is finally coming to an end. It’s been a year of unprecedented disruption for many industries, and insurance companies often found themselves struggling to adapt to change. Firms that had the foresight to invest in digital transformation backed by InsurTech […]

Fact Sheet

FormSuite for Structured Forms Fact Sheet

Page

About

Fact Sheet

APIs and SDKs for Healthcare Solutions

Page

Apache Log4j Vulnerability

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

Technical FAQ

How do I remove XMP Data from my image using ImageGear .NET?

Question How do I remove XMP Data from my image using ImageGear .NET? Answer When removing XMP data in ImageGear, the simplest way to do this is to set the XMP Metadata node to null, like so: ImGearSimplifiedMetadata.Initialize(); doc.Metadata.XMP = new ImGearXMPMetadataRoot(); Or, you can traverse through the metadata tree and remove each node from […]

Technical FAQ

How do I remove XMP Data from my image using ImageGear .NET?

Question How do I remove XMP Data from my image using ImageGear .NET? Answer When removing XMP data in ImageGear, the simplest way to do this is to set the XMP Metadata node to null, like so: ImGearSimplifiedMetadata.Initialize(); doc.Metadata.XMP = new ImGearXMPMetadataRoot(); Or, you can traverse through the metadata tree and remove each node from […]