An image XObject is a COS stream object. The stream dictionary holds entries that give the number of rows and the width of a row in pixels. Other entries describe the color model in use and the line and row progression. Image XObjects are described... Read More
APDFL: Graphics Processing and Images
PPI, or Pixels per Inch, measures the resolution of bitmap images. The image itself consists of a series of pixels which are “captured” at some given resolution. Technically, an image in a PDF does not have its own DPI value, though some tools,... Read More
The core Adobe PDF Library C++ interface can be used to rasterize a PDF page to a memory buffer via the PDPageDrawContentsToMemory*() APIs. The user application can then convert that to a PDEImage and export to the desired image format (TIF, JPG, etc... Read More
Adobe Reader and Acrobat include plug-ins that allow users to include and display 3D image graphics within PDF documents for engineering and computer-aided manufacturing processes, by converting native CAD/CAM formats into file formats that Adobe... Read More
A PDEImage can be created using DLPDECreatePDEImageFromFile() and manipulated with DLPDEImageTranslate, DLPDEImageRotate and DLPDEImageScale. The new image element can be added to the Content stream with PDEContentAddElem(). See the ImageImport code... Read More
In APDFL, smoothing options can be set via global values with the function PDPrefSetAntialiasLevel or by setting flags on (some) rendering calls. PDPrefSetAntialiasLevel PDPrefSetAntialiasLevel() accepts the antialiasPixelLevel paramater which is an... Read More