Gokul
Gokul

Reputation: 1

How to convert .SFF file format to .BMP or .PNG or .JPG?

I need to convert my SFF file to PDF, then i need verify the document. i.e SFF file and converted file.

For that, I think to convert SFF file to image file and PDF file to image file. Then comparing the both file using image processing.

To do this method: Im searching for a program to convert SFF to BMP Does anyone know such a program or has another idea how to do the job? Thank you in advance...

Upvotes: 0

Views: 2754

Answers (3)

K J
K J

Reputation: 11811

Clearly not a current well used image format, however if you have legacy.sff Structured Fax Format, they are similar (not exactly identical) to a Monochrome G4 format.

By far the simplest programmable method to convert is using IrfanView which can Read Modify and Resave as other formats in batches.

Out put can be any other modern image type including Mono.BMP, G4.fax or as PDF (with or without GhostScript)

enter image description here

Upvotes: 0

thilo
thilo

Reputation: 317

I think: https://github.com/Sonderstorch/sfftools

will do what you need (convert sff -> tiff/jpeg/..) and then you can use imageMagic (for example) to go to PDF.

Upvotes: 0

Tony Vincent
Tony Vincent

Reputation: 14292

Looks like you need reaConvertor. It appears to be a matured tool you can rely on. There is an online version of the tool here

Upvotes: 0

Related Questions