Tallystick
EN
Pricing

Convert a PDF invoice to CSV

For the case where the PDF has to end up inside another system rather than in front of a person. One row per line item, the header fields repeated on each row, and no formatting for an importer to trip over.

Drop an invoice here
Export to:
Seller and buyer
Line items
#Description QtyUnit Unit priceVAT %Net amount
Tax breakdown and totals
CategoryRateTaxable baseVAT amount
Payment and references

The PDF was never the problem

An invoice that arrives as a PDF is usually retyped, because the bookkeeping system wants a file it can import and a PDF is not one. The reading happens here instead: attached XML when the PDF carries it, the text layer when it has one, text recognition when the page is only a picture. What comes out is the plain CSV an import mask expects, with the decimal separator left exactly as the invoice stated it.