PayPal records transactions but does not ship bulk EU-ready invoice PDFs from your activity export. Reports → Activity download → CSV, run one command, print each HTML to PDF. Same workflow merchants pay subscription tools for — one-time EUR 9, no account after purchase.
PayPal → Reports (or Activity) → Activity download → Transaction Type "Balance affecting" → date range → CSV format → Create Report.
python3 paypal_batch.py paypal-sample.csv -o ./invoices/ --seller-name "Your Co"
Name, address, VAT number — applied to every invoice in the batch.
Open each HTML in a browser → Print → Save as PDF. Zip and send to your accountant.
Clone of paid PayPal CSV converters (e.g. csv2invoice.com at €10/month). One-time CLI pack, same export → bulk invoice shape.