Makes any inline images into external images.
Images in PDF documents are generally held as external object and are then referenced from the page content stream. However it is also possible to inline small images and embed the binary image data directly into the PDF content stream. This is not always desirable as it complicates certain types of PDF processing.
This method allows you to extract such inline images and convert them into standard external PixMap objects.
|