Small app for automatic extracting of ECDIS Waypoints data from PDF and convert it as main required template in Excel.
- Automatic parsing: Extracting coordinates, courses, distances (DMG/DTG) and speed.
- Naming: Takes passage name directly from PDF.
- Portability: Works without installation, saving results in any folder, where program located.
- Drag your PDF-file directry on program file
Route_Parser.exe. - Program process file in background.
- Excel-file creates in same folder, where program located.
- C#, .NET 10
- PdfPig (PDF parsing)
- ClosedXML (Excel generation)