Search results for "web"

Blog Post

Why You Should Embed a Web PDF Viewer in Your Application

Developers have plenty of options for viewing PDFs in their applications. With so many solutions to choose from, it’s easy to put off thinking about PDF support until much later in the development process. But doing so is often a recipe for trouble, resulting in ad hoc workarounds and settling for third-party plug-ins or native […]

Blog Post

Convert Excel to Web Applications to Speed Up Development Time

Many organizations utilize spreadsheets to track data and perform complex calculations. Since spreadsheets offer substantial flexibility, it’s not uncommon for a single organization to use them in a variety of ways. For instance, one department might use them for budgeting while another deploys them for risk assessment. Although they can handle complex calculations, spreadsheets are […]

Technical FAQ

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

Technical FAQ

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

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

Technical FAQ

Why do I get an "Uncaught TypeError" when trying to embed the Viewer in my web application?

Question I’m receiving the error “Uncaught TypeError: Cannot read property ‘viewer’ of undefined” when trying to embed the PrizmDoc Viewer in my web application. What could be the issue? Answer This indicates that the template property in the viewer initialization has not been specified or is undefined. To fix this, ensure you are loading viewerCustomizations.js. […]

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

Technical FAQ

Receiving "Uncaught ReferenceError: viewLabel is not defined" when trying to embed the PrizmDoc viewer in my web application. What could be the issue?

Question I’m receiving Uncaught ReferenceError: viewLabel is not defined when trying to embed the PrizmDoc Viewer in my web application. What could be the issue? Answer This error indicates that the language property in the viewer initialization has not been specified or is undefined. To fix this, ensure you are loading viewerCustomizations.js. If the version […]

Technical FAQ

Why do I get an "Uncaught TypeError" when trying to embed the Viewer in my web application?

Question I’m receiving the error “Uncaught TypeError: Cannot read property ‘viewer’ of undefined” when trying to embed the PrizmDoc Viewer in my web application. What could be the issue? Answer This indicates that the template property in the viewer initialization has not been specified or is undefined. To fix this, ensure you are loading viewerCustomizations.js. […]

Technical FAQ

Receiving "Uncaught ReferenceError: viewLabel is not defined" when trying to embed the PrizmDoc viewer in my web application. What could be the issue?

Question I’m receiving Uncaught ReferenceError: viewLabel is not defined when trying to embed the PrizmDoc Viewer in my web application. What could be the issue? Answer This error indicates that the language property in the viewer initialization has not been specified or is undefined. To fix this, ensure you are loading viewerCustomizations.js. If the version […]

Blog Post

Scalable Vector Graphic (SVG) Format: Seeing the Big Picture

The scalable vector graphic (SVG) format continues to enjoy steady adoption across the web. According to data from W3Techs, SVG now accounts for 25 percent of website images worldwide. But it wasn’t always this way. In 1998, it became apparent that vector-based graphics had a future on the web, and the W3C received six different […]

Technical FAQ

Is there a way to have single-click web links when viewing a document?

Question By default, in the PrizmDoc Viewer, links are highlighted and underlined in blue. To follow links within a document, the user needs to click the link, wait for the floating popup to appear showing the link’s target URL, and then click that to actually follow the link. Is there a way to make this […]