28 lines
806 B
Markdown
28 lines
806 B
Markdown
|
# PDF-Dokumente
|
||
|
|
||
|
PDF-Dokumentgenerator für OXID eShop
|
||
|
|
||
|
Erstellen Sie unterschiedlichste statische oder dynamische PDF-Dokument auf Kopfdruck. Der Dokumentinhalt wird in Smartytemplates definiert.
|
||
|
|
||
|
Das Modul kann einfach erweitert werden, um bestehende Dokumente anzupassen oder Neue hinzuzufügen.
|
||
|
|
||
|
## Systemanforderungen:
|
||
|
|
||
|
- installierter OXID eShop
|
||
|
- PHP-Version, für die Installationspakete verfügbar sind
|
||
|
- Installation via Composer
|
||
|
|
||
|
## Installation:
|
||
|
|
||
|
```bash
|
||
|
composer require d3/pdfdocuments --update-no-dev
|
||
|
```
|
||
|
|
||
|
Eine detaillierte Installationsanleitung finden Sie [online](https://docs.oxidmodule.com/PDF-Dokumente/) und im docs-Verzeichnis dieses Pakets.
|
||
|
|
||
|
## Support:
|
||
|
|
||
|
- D3 Data Development (Inh. Thomas Dartsch)
|
||
|
- Home: [www.d3data.de](https://www.d3data.de)
|
||
|
- E-Mail: support@shopmodule.com
|