Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.3 KB

README.md

File metadata and controls

38 lines (25 loc) · 2.3 KB

VerifilerODF - Verifiler plugin

GitHub | NuGet

Optional library for Verifiler, a .NET file validation and verification library which allows users to verify integrity of the following file formats:

  • .ods
  • .odt

Installation

Download the package via NuGet or acquire the .dll any other way and place it in the executing location (usually bin/Debug or bin/Release). If you are not sure, find the location by printing the value of Assembly.GetExecutingAssembly().Location.


List of optional verification libraries

You can install the following libraries (via NuGet) if you want to detect files which may have been corrupted during transfer (or any other reason).

List of other relevant repositories

  • Verifiler (GitHub | NuGet) - Core library containing classes required by all other Verifiler libraries.
  • VerifilerCore (GitHub | NuGet) - Core library containing classes required by all other Verifiler libraries.
  • VerifilerTest (GitHub) - Unit test library.