Accusoft Releases New SDK for PDF Functionality
TAMPA, Fla. – On September 22, 2020, Accusoft announced its latest SDK, ImageGear PDF. This integration enables developers to add a variety of PDF functionalities into an application. “We are proud to add ImageGear PDF as the latest addition to our product portfolio,” says Jack Berlin, CEO of Accusoft. “We recognized a need in the […]
Installers: NuGet: ImageGear
Partners in Time: Outback and Accusoft Break Two Decades
The year was 1996. Dot-com was booming, Y2K loomed on the horizon, and Australia-based Outback Imaging needed adaptable software development toolkits (SDKs) to prototype a desktop imaging application capable of pushing scanned documents into popular EDRM systems without the need for manual import tools. They also needed a custom-built TWAIN UI to unify the customer […]
How do I use a Network Drive path for Image and ART Storage in my ImageGear .NET web application?
Question How do I use a Network Drive path for Image and ART storage in my ImageGear .NET web application? Answer In an ImageGear .NET web application, you have to define the location of the images and annotations directory in the storageRootPath and artStorageRootPath configuration property. In the current version of ImageGear .NET, the storageRootPath […]
When using OCR in ImageGear .NET, is there any way to distinguish between a capital O and the number 0?
Question When using OCR in ImageGear .NET, is there any way to distinguish between a capital/uppercase letter O and the number 0? Answer Not without context or a font that makes the difference clear (such as one with a slashed 0). ImageGear will properly recognize Oliver and 1530 as containing O and 0, respectively, but […]
The deployment.log for ImageGear C & C++ Deployment Packaging Wizard is showing different output for some components since v19.3, why is this?
Question The logging for ImageGear C & C++ Deployment Packaging Wizard (DPW) is showing different output for some components since v19.3, why is this? In ImageGear C & C++ v19.2 and prior, the DPW had additional logging information for the ARTX component in its deployment.log: Deploying an application that uses the ARTXGUI library of ImageGear […]
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 […]
ImageGear Collection: Powerful Image Processing Integration
How do I use a Network Drive path for Image and ART Storage in my ImageGear .NET web application?
Question How do I use a Network Drive path for Image and ART storage in my ImageGear .NET web application? Answer In an ImageGear .NET web application, you have to define the location of the images and annotations directory in the storageRootPath and artStorageRootPath configuration property. In the current version of ImageGear .NET, the storageRootPath […]
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 […]
Why am I getting SEHException from ImageGear .NET when attempting to load XFA PDF?
Question ImageGear .NET v24.6 added support for viewing PDF documents with XFA content. I’m using v24.8, and upon trying to open an XFA PDF, I get a SEHException for some reason… Why might this be happening? Answer One reason could be because you need to execute the following lines after initializing the PDF component, and […]
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 […]