Images | Image ReUse | Programming with Generator for COM/ActiveX

DynamicPDF™ Generator for COM/ActiveX supports 9 common image types:

JPEG
JPEGs are handled natively through a highly efficient pass through process.
PNG
PNGs are handled natively. If the PNG does not have an alpha channel (transparency), it uses a highly efficient pass through process. If the PNG does have an alpha channel it is parsed and reformatted for inclusion in a PDF document.
BMP
BMPs are converted to a bitmap for inclusion in a PDF document.
EMF
BMPs are converted to a bitmap for inclusion in a PDF document.
WMF
BMPs are converted to a bitmap for inclusion in a PDF document.
EXIF
EXIFs are handled natively through a highly efficient pass through process.
JPEG 2000
JPEG 2000s are handled natively through a highly efficient pass through process.
GIF
GIFs are handled natively, but are parsed and reformatted for inclusion in a PDF document.
TIFF
TIFFs are handled natively and most types of TIFFs (LZW being the exception) use a highly efficient pass through process. Multi-page TIFFs are supported, allowing access to any page in a TIFF document.

See Also 

Images | Image ReUse | Programming with Generator for COM/ActiveX