Blog articles tagged print

Print-preview rendering

by Mike Bremford

Creating a bitmap image from a PDF is normally done in RGB, but when that PDF contains overprinting or depends on CMYK blending, you need something more. This article tells you how.

Using Java to Print PDF Documents

by Jonathan Cookson

Printing PDFs is easy with the Java PDF API. In this article we go through the Java Print API at a high level, then guide you through the details in case things go wrong.