FAQ
How can I remove the text “Created with TYPO3 Fluid-FPDF - Powered by www.coding.ms” from my PDF invoices?
The text is not added directly in the invoice template. It is part of the background PDF used for generating the document. To remove it, you need to use your own background PDF without this notice.
You can configure the background PDF via TypoScript constants or the corresponding Site Settings. Depending on the PDF type, you can set the following options:
themes.configuration.extension.shop.pdf.product.background = EXT:your_extension/Resources/Private/Pdf/your-background.pdf
themes.configuration.extension.shop.pdf.invoice.background = EXT:your_extension/Resources/Private/Pdf/your-background.pdf
themes.configuration.extension.shop.pdf.return.background = EXT:your_extension/Resources/Private/Pdf/your-background.pdf
themes.configuration.extension.shop.pdf.storno.background = EXT:your_extension/Resources/Private/Pdf/your-background.pdf
themes.configuration.extension.shop.pdf.deliveryNote.background = EXT:your_extension/Resources/Private/Pdf/your-background.pdf
themes.configuration.extension.shop.pdf.sepaMandate.background = EXT:your_extension/Resources/Private/Pdf/your-background.pdf
Make sure that you do not use the default background PDF if it contains the notice. Instead, place your own PDF file in your sitepackage extension and reference it in the configuration.
Example:
themes.configuration.extension.shop.pdf.invoice.background = EXT:sitepackage/Resources/Private/Pdf/invoice-background.pdf
After that, your custom background PDF will be used for the invoice and the text will no longer appear.
More frequently asked questions
- How can I remove the text “Created with TYPO3 Fluid-FPDF - Powered by www.coding.ms” from my PDF invoices?
- Wie löse ich den Fehler „FPDF error: All fonts must be embedded in PDF/A“ bei der PDF-Erstellung?
- How is VAT calculated? Horizontally or vertically?
- How can I adjust the sorting of variants in the variant filter?
- How does the session behave for logged‑in and non‑logged‑in frontend users?
- Why can products not be added to the shopping basket?
- Why are images missing in the product list?
- Why does the product click counter not work?
- Which PDF files can the shop create?
- Why does my PayPal redirect not work?
- Can I use the TYPO3 Shop as a jeweler and automatically import my jewelry — e.g., from the Opal ERP system?
- Can I run multiple fully separated shops for different clients in a single TYPO3 instance?
- Can I use BMEcat 2005 to import and synchronize my products with the TYPO3 Shop?
- Was ist der Unterschied zwischen Storno und Retoure (Return)?
- Beim Klick auf den Warenkorb wird nichts angezeigt obwohl das Plugin richtig platziert wurde, woran kann es liegen?
- Bei mir werden im Produkt im Backend einige Felder nicht angezeigt, woran liegt es?
- Beim Aufruf von AJAX-Requests via JSON-API kommt nur ein 200 zurück, aber keine JSON-Daten – woran kann das liegen?
- The checkout view doesn't have any country items to select - why?
