Search results for "news_pdf-xpress-v5-released"

Blog Post

Why Your Flattened PDFs Still Need to Be Securely Redacted to Protect Sensitive Content

Redacting documents is critically important for legal departments and government agencies. By removing sensitive information from a digital file before sharing it publicly, it’s possible to protect private data or classified materials from being exposed.  In the days before digital documents, redaction involved a simple, if crude, process of covering text with a black marker. […]

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

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

Technical FAQ

Using ImageGear .NET, how can I detect the bit depth of a PDF so I may better compress my OCR output?

Question I am trying to perform OCR on a PDF created from a scanned document. I need to rasterize the PDF page before importing the page into the recognition engine. When rasterizing the PDF page I want to set the bit depth of the generated page to be equal to the bit depth of the […]

Whitepaper

Integrating Forms Processing into Your RPA Workflow

Press Release

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

Blog Post

The Importance of Barcodes

Since they first rolled out in supermarkets in the 1970s, barcodes and barcode scanners have become essential tools in today’s globalized economy. No longer confined to retail shelves and supplier warehouses, barcodes are used across multiple industries to streamline operations and improve data accuracy. Given their continued importance, it’s helpful for developers to keep the […]

Technical FAQ

Can PrizmDoc Viewer make a searchable PDF from an image-only PDF file?

Question If I have a PDF document that only has an embedded image in it (no text objects, etc.), can PrizmDoc Viewer take it and create a searchable PDF file from it? Answer Yes. PrizmDoc’s Content Conversion Services can take an image-only PDF and create a searchable PDF file from it. This can be done […]

Technical FAQ

Why are some documents unable to be converted to PDF/A by ImageGear .NET?

Question We are saving files to the PDF/A standard and are running into a few cases where the file cannot be saved as PDF/A by ImageGear .NET. Why is this, and how do we do it properly? Answer First, determine whether a PDF document can be converted to PDF/A by creating an ImGearPDFPreflight object from […]

Technical FAQ

Can PrizmDoc Viewer make a searchable PDF from an image-only PDF file?

Question If I have a PDF document that only has an embedded image in it (no text objects, etc.), can PrizmDoc Viewer take it and create a searchable PDF file from it? Answer Yes. PrizmDoc’s Content Conversion Services can take an image-only PDF and create a searchable PDF file from it. This can be done […]

Blog Post

How Strategic Acquisitions Helped Accusoft Drive Innovation and Growth

  For over 30 years, Accusoft has developed groundbreaking digital imaging technology that has revolutionized the way applications manage and process content. From high-resolution image compression and file format conversion to data extraction and barcode recognition, Accusoft technology can be found in some of the most sophisticated and widely used software in the world. The […]

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