Thank you for downloading ediFabric Native

1. Get started
---------------------------------------------------------------------------
https://support.edifabric.com/hc/en-us/articles/37276016388125-Introduction


2. Bindings
---------------------------------------------------------------------------
|  Python  |  https://github.com/EdiFabric/native-python-examples         |
---------------------------------------------------------------------------
|  C       |  https://github.com/EdiFabric/edifabric-c-bindings           |
---------------------------------------------------------------------------
|  C#      |  https://github.com/EdiFabric/native-csharp-examples         |
---------------------------------------------------------------------------
|  Java    |  https://github.com/EdiFabric/edifabric-java-bindings        |
---------------------------------------------------------------------------


3. Support
---------------------------------------------------------------------------
https://support.edifabric.com/hc/en-us/requests/new


4. Verify Signature
---------------------------------------------------------------------------

4.1 Windows
--------------------------------------------------------------------------- 
Right-click on the file -> Properties - > Digital Signatures


4.2 Linux
---------------------------------------------------------------------------
gpg --verify path/to/edifabric-x12-tools.so.asc path/to/edifabric-x12-tools.so
echo $?    # 0 = success

4.3 macOS
---------------------------------------------------------------------------
codesign --verify --verbose path/to/edifabric-x12-tools.dylib
codesign --display --verbose=2 path/to/edifabric-x12-tools.dylib



2026  EdiFabric                                                          
