Extract Images

You can use the File Extraction API to extract images within a file.

If you use this feature, images within the file behave in the same way as any other subfile. Extracted images have the name image[X].[Y], where [X] is an integer, and [Y] is the extension. The format of the image is the same as the format in which it is stored in the document.

NOTE: Turning on ExtractImages can reduce the speed of the filtering operation.

To extract images

  • In the .NET API, call the method ExtractImages on your session configuration, for example:

    session.Config().ExtractImages(true);
  • In formats.ini, set the following parameter.

    [Options]
    ExtractImages=TRUE