Download the PHP package vojtasvoboda/oc-userexportpdf-plugin without Composer
On this page you can find all versions of the php package vojtasvoboda/oc-userexportpdf-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vojtasvoboda/oc-userexportpdf-plugin
More information about vojtasvoboda/oc-userexportpdf-plugin
Files in vojtasvoboda/oc-userexportpdf-plugin
Package oc-userexportpdf-plugin
Short Description User export to PDF plugin for OctoberCMS
License MIT
Homepage https://github.com/vojtasvoboda/oc-userexportpdf-plugin
Informations about the package oc-userexportpdf-plugin
User export to PDF plugin for OctoberCMS
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.