vojtasvoboda / oc-userexportpdf-plugin
User export to PDF plugin for OctoberCMS
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 2
Type:october-plugin
Requires
- php: >=5.5.9
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2025-01-04 21:36:07 UTC
README
Create nice user's profile PDF with one click! Plugin is delivered with prepared PDF template which you can easily update.
Compatible with all plugins extending RainLab.User such as RainLab.Location, RainLab.UserPlus - just update PDF template and add new fields!
Tested with the OctoberCMS's build 420 (Laravel 5.5).
Dependencies
Installation
- Install plugin VojtaSvoboda.UserExportPdf from your Backend -> Settings -> System -> Updates -> Install plugins.
- Update PDF templates at PDF section available from main menu.
Change PDF template
Just copy /plugins/vojtasvoboda/userexportpdf/config/config.php
file to /config/vojtasvoboda/userexportpdf/config.php
and update it with own values.
Future plans
- skip seeding layout/template when already exists with same code
- generate PDF also with Gravatars, not only local avatar images
- fix Codacy grade from B to A
- move template code as a pdf() method parameter so we can override it (issue #5)
Feel free to send pullrequest!
Contributing
Please send Pull Request to master branch.
License
User export PDF plugin is open-sourced software licensed under the MIT license same as OctoberCMS platform.