Skip to content

Releases: ssuess/resourcespace-plugin-pdf_export

v2.0 Release

30 Oct 10:33
Compare
Choose a tag to compare
  • Added pref for positioning the title line and image horizontally (L,C, or R)
  • Title line now configurable (with type and/or any meta field values)
  • Fixed rs_barcode integration (will no longer show pref unless other plugin is installed)

v1.9 Release

06 Jul 10:49
Compare
Choose a tag to compare
  • 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

01 Jul 11:07
Compare
Choose a tag to compare
  • 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

28 Jun 19:13
Compare
Choose a tag to compare
  • 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

26 Jun 14:11
Compare
Choose a tag to compare
  • Fix broken collections output
  • Fix SVG cutoff problem in header
  • Fix header zero height problem in case of height auto calc by TCPDF
  • Space tweak (under header image)

v1.6 Release

25 Jun 12:00
Compare
Choose a tag to compare
  • 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

24 Jun 12:33
Compare
Choose a tag to compare
  • 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

21 Jun 17:22
Compare
Choose a tag to compare
  • 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

21 Jun 13:58
Compare
Choose a tag to compare
  • 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

20 Jun 02:31
Compare
Choose a tag to compare

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.