Search results for "multi-page-image-viewer-silverlight-azure"

Blog Post

How to Convert Files to PDF with ImageGear

Having the right file conversion tools in place can make or break an application. Developers frequently face the challenge of managing multiple file types within a consolidated workflow. Without effective conversion tools, users are forced to rely on external applications that compromise both efficiency and security. Out of all the file formats developers must account […]

Technical FAQ

In PrizmDoc, why can't I delete a full page redaction? The menu pops up for a rectangle redaction, so why not for a full page?

Question In PrizmDoc, why can’t I delete a full page redaction? The menu pops up for a rectangle redaction, so why not for a full page? Answer First, some terminology for PrizmDoc Viewer menus: Traditionally, when you right click on a page, application, etc. the menu that pops up is called the “context menu”. However, […]

Technical FAQ

In PrizmDoc, why can't I delete a full page redaction? The menu pops up for a rectangle redaction, so why not for a full page?

Question In PrizmDoc, why can’t I delete a full page redaction? The menu pops up for a rectangle redaction, so why not for a full page? Answer First, some terminology for PrizmDoc Viewer menus: Traditionally, when you right click on a page, application, etc. the menu that pops up is called the “context menu”. However, […]

Blog Post

What Is a Linearized PDF and Why Are They Important?

When it comes to downloading or viewing documents over the internet, PDFs have long served as a de facto standard for most organizations. Since PDFs are not a proprietary file format, there’s rarely any risk that someone will be unable to open them. However, just because PDFs have become so commonplace doesn’t mean that they […]

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

Page

Image Cleanup

Blog Post

How to Flatten PDFs with ImageGear

Although PDFs are one of the most common document types in use today, not every PDF file is identical. A document with multiple layers, annotations, or editable form fields can create significant challenges for an application, especially when it comes to viewing, printing, and OCR reading. One of the most effective ways of dealing with […]

Technical FAQ

In PrizmDoc, how can I get the page coordinates of my cursor?

Question In PrizmDoc, I can get the coordinates of a Click event. However, this corresponds to the window coordinates of my viewer. How can I translate this to coordinates of the actual page? Answer As specified in our documentation here, PrizmDoc offers the following method: convertPageToWindowCoordinates(pageNumber, points) This appears to do the opposite of what […]

Page

Evaluation Downloads

Blog Post

.NET vs .NET Core: The Developing Difference

Is .NET or .NET Core the better bet for application development? Both frameworks are designed and supported by Microsoft and offer the ability to create apps capable of using multiple languages, abilities, and libraries, but they’re not the same. .NET Core is rapidly becoming the language of choice. For most app developers, .NET Core comes […]

Blog Post

How ImageGear’s TWAIN Scanning Enhances Application Workflows

Printers, scanners, and other imaging devices have long been a source of headaches and frustration for developers and users alike. All too often, multiple software tools are required to connect an application to a device and acquire image files from them. This not only slows down workflows, but also creates opportunities for human error. Files […]

Technical FAQ

What are the absolute essentials for embedding the PrizmDoc Viewer into my web page/application?

Question What are the absolute essentials for embedding the PrizmDoc Viewer into my web page/application? Answer Viewer API (viewercontrol.js) The Viewer API is the base building block of the Viewer. We ensure that API changes are backward compatible with point releases (for example, PrizmDoc v13.5 → PrizmDoc v13.6) and will not introduce breaking changes unless […]