Convert HTML to PDF in C# with PrizmDoc API
Project Goal: Create a command line program in C# that can upload a HTML file to the PrizmDoc cloud server, issue a conversion command, and download the converted PDF file upon completion. Project Goal: C# development environment (Visual Studio used in this example) PrizmDoc Cloud account (signup for a free account here) Need to programmatically […]
How to Convert HTML to PDF in Java using PrizmDoc API
Accusoft’s PrizmDoc is a powerful toolkit for displaying, converting, annotating, and processing documents. This example will demonstrate how to use the PrizmDoc Cloud Server to upload a HTML document and convert it to PDF format, using the Java programming language. The HTML To PDF Conversion Process Converting a file with PrizmDoc Server takes 4 distinct […]
Next Generation Native Node: N-API in C++
N-API. Some time ago, way back in the Node JS 0.10.x days, we needed to expose some native libraries previously written in C++ for use by an existing Node JS based service. There were two reasons to reuse this existing C++ code base: The code was already written and debugged so wrapping it made a […]
How to Optimize PrizmDoc for Large Document Viewing and Server-Side Search
Looking to achieve faster end-user interaction with source documents containing hundreds or thousands of pages? PrizmDoc’s new Large Document Viewing and Server-Side Search feature allows your users to do just that. If you have PrizmDoc, you may be wondering, “Well, that’s great and all, but how do I turn it on?” If you’re more interested […]
How to Split and Merge PDF Documents in C# with ImageGear
Today’s organizations are inundated with a variety of document and image formats on a regular basis. By integrating comprehensive PDF functionality into their applications, developers can provide the tools to manage those files much more easily. Converting files into PDFs makes them easier to share, modify, and annotate without having to worry about compatibility issues […]
How to create a command line program in C# that can read a CAD file
Goal Create a command line program in C# that can read a CAD file (DWG, DXF, or DGN format), then use ImageGear .NET v24 to convert this file to a PDF file with either 2D image conversion or 3D images from the original CAD file. Requirements C# development environment (Visual Studio used in this example) […]
Toolkit Software License Agreement
How To Read A Barcode From An Image In Java
Overview Goal: Create a command line sample program for reading different types of barcodes using Java, including damaged barcodes and low quality images. Requirements: Barcode Xpress Java SDK (download free trial here) Oracle Java SE 5.0 and up Oracle Java JDK 1.8 or above Development IDE (in this example, Eclipse Java Oxygen is used) Programming […]
How To Read A Barcode From An Image In C#
Goal: Create a command line sample program to read a barcode from an image containing different types of barcodes that can handle damaged and low quality barcodes. Requirements: Microsoft Windows 7 or greater Microsoft Visual Studio 2015 or greater Accusoft Barcode Xpress .NET (download a free trial here) Programming Skill: C# Intermediate Level When it […]
PRIZMDOC® VIEWER ‘SHRINK-WRAP’ LICENSE AGREEMENT
Tutorial: Create Your First ImageGear for Java PDF Project
In this tutorial, you’ll learn how to configure a Java project for a console application. You’ll also learn how to open a PDF and save as a new file. Make sure that you have installed JDK and ImageGear for Java PDF properly. See System Requirements and Installation. You will need to copy a sample.pdf file […]
How do I change the highlight color for search results in the PrizmDoc Viewer?
Question When doing a text search in a document in PrizmDoc, the highlight color for the search results is a light blue background. Is there a way to change the highlight color for search results in the PrizmDoc Viewer? Answer You can change the highlight color specifically in the PrizmDoc Viewer file viewer.js file located […]