converter now part of package

This commit is contained in:
2023-11-22 08:01:31 +01:00
parent 515cbd8a20
commit 34780db289
3 changed files with 77 additions and 64 deletions
+3 -2
View File
@@ -16,15 +16,16 @@ const double MM2IN = 25.4;
#endregion
#region Main Code
/*
if (args.Length == 0)
{
Console.WriteLine("No PDF specified");
Console.ReadKey();
return 1;
}
Console.WriteLine($"Conversion for {args[0]}\n");
*/
Tuple<int, int> size = ReadConfig();
return ReadPDF("MD11_FCOM_vol1.pdf", size.Item1, size.Item2);