converter now part of package
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user