Search results for "imagegear-mpr-video"

Page

Image Cleanup

Technical FAQ

Why do I get a “Non-supported resolution” exception when trying to import a page into ImageGear's recognition engine?

Question I encounter an Unhandled Exception error, as shown below, in ImageGear when trying to load a page into the recognition engine. Error Message: An unhandled exception of type ‘ImageGear.Core.ImGearException’ occurred in ImageGear22.Core.dll Additional information: IMG_DPI_WARN (0x4C711): Non-supported resolution. Value1:0x4C711 What is causing this and how can I fix it? Answer This is probably because […]

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 insert or modify PDF Bookmarks using ImageGear .NET?

Question I am combining multiple PDF documents together, and I need to create a new bookmark collection, placed at the beginning of the new document. Each bookmark should go to a specific page or section of the new document. Example structure: Section 1 Document 1 Section 2 Document 2 How might I do this using […]

Page

Insurance

Technical FAQ

How do I ensure temp files are deleted when closing ImageGear .NET?

Question How do I ensure temp files are deleted when closing ImageGear .NET? Answer All PDF objects are based on underlying low-level PDF objects that are not controlled by .NET resource manager and garbage collector. Because of this, each PDF object that is created from scratch should be explicitly disposed of using that object’s Dispose() […]

Technical FAQ

What dependencies are required to register the PDF component of ImageGear for C and C++ ActiveX?

Question I am trying to deploy my ImageGear Pro ActiveX project and am receiving an error stating The module igPDF18a.ocx failed to load when registering the igPDF18a.ocx component. Why is this occurring, and how can I register the component correctly? Answer To Register your igPDF18a.ocx component you will need to run the following command: regsvr32 […]

Technical FAQ

How do I ensure temp files are deleted when closing ImageGear .NET?

Question How do I ensure temp files are deleted when closing ImageGear .NET? Answer All PDF objects are based on underlying low-level PDF objects that are not controlled by .NET resource manager and garbage collector. Because of this, each PDF object that is created from scratch should be explicitly disposed of using that object’s Dispose() […]

Page

About

Blog Post

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

Blog Post

LegalTech in 2020: Solving Industry Challenges in a Pandemic

After years of discussion and debate over the state of digital transformation in the legal field, 2020 delivered something of an ultimatum to an industry that has proven historically resistant to drastic change. The COVID-19 pandemic profoundly altered the way many law firms do business, forcing them to seek out a variety of LegalTech solutions […]

Page

Working at Accusoft