Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
IDocumentFileConverter.cs
2{
6 public interface IDocumentFileConverter
7 {
11 bool IsAvailable { get; }
12
19 bool Convert(string inputFile, string outputFile);
20
26 bool IsDocxCreateWithThisConverter(string docxFile);
27 }
28}
bool IsDocxCreateWithThisConverter(string docxFile)
Check if the given .docx file was created by this converter application.
bool Convert(string inputFile, string outputFile)
Convert a document.