Releases: ssuess/resourcespace-plugin-pdf_export
Releases · ssuess/resourcespace-plugin-pdf_export
v2.0 Release
v1.9 Release
- Added new perm check for ‘pdf’; add to any user group rights for access to config page (Super Admin will always have access)
- Fixed crashing bug in collection div dropdown (sometimes was not getting the collection ID)
- Fixed square image problem, now respects height setting
- Fix for temp folders not always being removed.
- Changed include logic for files
v1.8 Release
- option to output a field as various barcode types
- reworked config code: old configs may not work
- moved js to setup page
v1.7 Release
- New config option to hide title at top
- Fix spacing if no logo specified
- Tweak spacing between elements
- Allow full page image (to margins, it was cutting off sooner at the bottom before)
v1.6.1
v1.6 Release
- Header logo placement and sizing: dist from left border, distance from top, width, height
- Reverted version of TCPDF to standard, newer was too buggy.
- Fixed line spacing variances if title more than one line
v1.5 Release
- New config to set image height on output (inches). If image is horizontally wider than page this setting will have no effect (to maintain image proportions).
- Fixes for horizontal image output on letter and legal
- Minor formatting tweaks
v1.4.1 Bugfix
- Fixed create pdf button not sending alternative configs (unlike the previews which were).
- Fix header font to show properly on all pages of collections pdf
v1.4 Release
- Integrated jquery chosen for easier selection of meta fields
- Ability to save named configs (at bottom of config options page) and retrieve/delete them on the export page
- Fixed version numbering
- This version requires a config purge, it will check version number and delete configs prior to 1.4
- Fixes related to a3 and tabloid sizes when using more recent tcpdf lib
v1.3 Release
This release adds support for svg header (requires newer TCPDF), Collection (as opposed to single resource) export, Title alignment fixes, and multi-line formatting (respects line breaks for those items entered in a text area). If updating to latest TCPDF (version 6.2.12), you should copy the "tcpdf_config.php" from the old tcpdf folder to make sure that it will still work with the RS installation. Outside of that, the code will check what version you have an should behave correctly.