Skip to content

Repository files navigation

Teqit.EvInvoices – Tesla PDF invoice parser for .NET

.NET License: MIT

A fast console tool that extracts total amounts (incl. VAT) from batches of Tesla PDF invoices (Dutch & German formats tested).

Features

  • Processes hundreds of invoices in seconds (parallel processing)
  • Supports unpacked Tesla invoice ZIPs
  • Clean summary with grand total + average
  • Cross-platform (.NET 10)
  • MIT Licensed

Usage

Web

Visit EvInvoice. The data will not leave your client device.

Console

Run the tool by passing the directory in which the invoices are located (default downloaded Tesla .ZIP file or unpacked .PDF files):

Windows

.\Teqit.TeslaInvoices.exe "C:\temp\MAY_2025-JUN_2025.ZIP"
.\Teqit.TeslaInvoices.exe "C:\temp\MAY_2025-JUN_2025"

Linux

./Teqit.TeslaInvoices "/home/user/invoices/MAY_2025-JUN_2025.ZIP"
./Teqit.TeslaInvoices "/home/user/invoices/MAY_2025-JUN_2025"

Example output

Tesla invoice processing result

Thanks

Made with ❤️ for the Tesla + .NET community.