You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,16 @@ Download the whole diretory and rename to "pdf_export". Then you can install it
15
15
16
16
- Resource Types to exclude (pick from list). This will hide PDF Export link from the view pages of those resources.
17
17
- Fonts: can configure a filepath (relative to webroot, not a URL) to a custom font (ttf file) that sits on your server for heading (usually bold) and body/list text (usually regular).
18
-
- URL to image to use as header (I would keep it to around 60px tall)
18
+
- URL to image to use as header (I would keep it to around 60px tall)
19
+
- Exclude title from top of PDF
19
20
- Fields to include (2 fields, multiselect and comma separated list of metadata field IDs, ie: 67,73,78,etc)
20
21
- Image size to use in PDF. Defaults to "hdr", but for some installs this is huge and unnecessary.
21
22
- Set image height (inches)
22
23
- Integration with [whereabouts plugin](https://github.com/ssuess/resourcespace-plugin-whereabouts) (if installed)
23
24
24
25
25
26
## Changelog
27
+
*`v 1.7` - New config exclude title, fix if no logo specified, allow full height image (to margin)
26
28
*`v 1.6.1` - Fix broken collections output,fix SVG cutoff problem in header,fix header zero height problem, header space tweak
27
29
*`v 1.6` - Set size and location of header. Better flow and positioning for all elements. Removed buggy newer TCPDF support, use more stable older version.
28
30
*`v 1.5` - Set image height! Fixed horizontal image formatting on letter and legal.
$lang["pdf_export_logo_deets"]="Header image: Left, Top, Width and Height in inches (numeric and comma separated, use 0 for auto calc of width/height)<br /><br />";
14
+
$lang["pdf_export_exclude_title"]="Exclude file title from top of page.<br /><br />";
14
15
$lang["pdf_export_fields_include"]="Fields to include in the export, in order<br /><br />";
15
16
$lang["pdf_export_fields_include_hidden"]="This field just shows the IDs (see <a href='/pages/admin/admin_resource_type_fields.php'>here</a>) from fields you chose above. You can type or rearrange them by hand here to change the order above.<br /><br />";
16
17
$lang["pdf_export_ttf_header_font_path"]="Header font conversion from ttf (filepath)<br />(relative to webroot)<br /><br />";
0 commit comments