How to Read MFD Files Tax Hard Disk Printer

Asked

Viewed 5,050 times

4

Is there any way to read MFD file tax printer that is on hard drive?

These files are binary there is some way to read binary files and save with txt?

Printer: BEMATECH MP-2100 FI

  • 2

    What Printer Make and Model?

  • BEMATECH MP-2100

  • @Joandreiycordeiro possibly in dll that Bematech provides there must be a method to make this conversion, only a search at http://partners.bematech.com.br/supporte-recursos/help-online/

1 answer

3

If you do not want to develop this solution follow this tutorial: Capturing MFD and generating the document mirror by WINMFD2

Retorno da leitura MFD

Download the tool: Installer Winmfd2

Short Tutorial:

  1. Select source file (file . MFD);
  2. Select the target file;
  3. Type of report, the options being the formats:

    • Text File (*. txt);
    • Formatted Text File (*. rtf);
    • Data File (*.mdb); or
    • XML file (*. xml).
  4. Download Type:

    • Total
    • By Date
    • By COO (Operation Order Counter)

If you want to develop your own solution:

Use the Acbrframework, an Interop of the already known Acbr project. This framework encapsulates several operations with various tax printers. Source code and examples available for C#, VB.NET, etc: Here

Browser other questions tagged

You are not signed in. Login or sign up in order to post.