Save input image (PDF, TIFF, etc.) to different format (JPG, PNG, TIFF, etc.)

You may use FineReader Engine to read images in different formats and export them to another format later. FineReader Engine can convert different formats of images for you. If you did not call any analysis and/or recognition methods, then this will not decrease your license counter.

To save an image in an external format, use the WriteToFile() method for the required plane of the ImageDocument (ColorImage, BlackWhiteImage or GrayImage).

C# sample:

document.Pages[0].ImageDocument.ColorImage.WriteToFile(@"D:\1.tif", FREngine.ImageFileFormatEnum.IFF_TiffColorLZW);

 

Was this article helpful?

4 out of 14 found this helpful

Have more questions? Submit a request

Comments

1 comment

  • Avatar

    Erdem Uzun

    Could you please help me about what is "document" object? In which library I have to import?

    0

Please sign in to leave a comment.