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);
Comments
1 comment
Erdem Uzun
Could you please help me about what is "document" object? In which library I have to import?
Please sign in to leave a comment.