vojtasvoboda/oc-userexportpdf-plugin

User export to PDF plugin for OctoberCMS

1.0.8 2017-09-11 20:36 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:34:23 UTC


README

Codacy Scrutinizer Coverage License

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

  1. Install plugin VojtaSvoboda.UserExportPdf from your Backend -> Settings -> System -> Updates -> Install plugins.
  2. 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.