Search results for "news_prizm-pdf-converter-now-available"

Press Release

Accusoft Releases New JavaScript PDF Library

On March 10, 2021, Accusoft announced the arrival of the free-to-use Accusoft PDF Viewer, the latest addition to its family of PDF solutions. An entirely client-side integration with no complicated server dependencies, this lightweight JavaScript PDF viewer also features a responsive UI for out-of-the-box mobile support. “We’re excited to offer this free version of the […]

Press Release

Accusoft Upgrades Accusoft PDF Viewer with Enhanced Professional Version

On August 3, 2021, Accusoft announced the release of the paid Professional version of Accusoft PDF Viewer. Initially released in March of 2021, the Standard version of Accusoft PDF Viewer is a free-to-use, lightweight JavaScript PDF library featuring a responsive UI for out-of-the-box mobile support. The new Professional version adds enhanced PDF tools and document […]

Technical FAQ

How can I flatten a PDF document using PrizmDoc Viewer?

Question What are the technical details/process of “Flattening” a PDF document? Answer It is possible to “Flatten” PDF documents in PrizmDoc Viewer. You can do this by converting the document to a raster format (TIFF is recommended for PDF conversion) using PrizmDoc’s Content Conversion Service, and then converting it back to PDF format. This will […]

Technical FAQ

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

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

Technical FAQ

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

Technical FAQ

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

Blog Post

The Future of FinTech: Redefining Digital Document Delivery with ImageGear

  FinTech adoption continues to accelerate. According to Wealth Professional, almost 40 percent of finance firms now prioritize the adoption of FinTech frameworks, even as new-to-market startups disrupt the status quo.  However, spending alone isn’t enough to deliver streamlined and scalable FinTech processes. As noted by David Linthicum, Chief Cloud Strategy Officer at Deloitte in […]

Page

Policies & Trademarks

Technical FAQ

When using PrizmDoc Cloud Licensing, what could cause my Prizm service to suddenly stop?

Question When running PrizmDoc on multiple servers using self-hosted cloud licensing, why is the service randomly stopping on one server but not another? Answer When using cloud licenses, we require that the server running PrizmDoc has internet access. The server needs to communicate with the Amazon S3 bucket used for the license, and also to […]

Technical FAQ

Why is my Prizm Services status "unhealthy" and showing a clock for the mongo-manager-service?

Question After restarting the Prizm Services, you may notice that the http://localhost:18681/admin status page shows a status of “unhealthy” and in the Internal Services section, the mongo-manager-service is showing a clock, and the text-service is showing a red x. How can this be fixed? Answer Reason: This will typically occur when the mongo-manager-service detects an […]

Technical FAQ

Do you have sample code available?

Question Do you have sample code available? Answer Yes, we have two samples available to get you started quickly: An HTML page that uses the viewer via a <script> tag and CDN URL to display a PDF A React app which uses the viewer to display a PDF.