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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,20 @@ 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
19
-
- Exclude title from top of PDF
20
-
- Fields to include (2 fields, multiselect and comma separated list of metadata field IDs, ie: 67,73,78,etc)
18
+
- URL to image to use as header
19
+
- Position header image
20
+
- Exclude title header from top of PDF
21
+
- Choose fields for title header
21
22
- Image size to use in PDF. Defaults to "hdr", but for some installs this is huge and unnecessary.
22
23
- Set image height (inches)
24
+
- Position title line and image horizontally (L,C,R)
25
+
- Fields to include (2 fields, multiselect and comma separated list of metadata field IDs, ie: 67,73,78,etc)
23
26
- Integration with [whereabouts plugin](https://github.com/ssuess/resourcespace-plugin-whereabouts) (if installed)
27
+
- Integration with [rs_barcode plugin](https://github.com/ssuess/rs_barcode) (if installed)
24
28
25
29
26
30
## Changelog
31
+
*`v 2.0` - Added Title Line/Image positioning, Configurable fields for title line (type + meta), fixed barcode integration
27
32
*`v 1.9` - Fixed crashing bug in collection div, added special perm check (pdf) for config rights. Fix square img problem.
28
33
*`v 1.8` - Output barcode from specified field
29
34
*`v 1.7` - New config exclude title, fix if no logo specified, allow full height image (to margin)
$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 />";
15
-
$lang["pdf_export_exclude_title"]="Exclude file title from top of page.<br /><br />";
15
+
$lang["pdf_export_exclude_title"]="Exclude title line from top of page.<br /><br />";
16
+
$lang["pdf_export_includetype_title"]="Include file type in title line.<br /><br />";
17
+
$lang["pdf_export_title_array"]="Field ids to include in title line.<br />(comma separated)<br /><br />";
16
18
$lang["pdf_export_fields_include"]="Fields to include in the export, in order<br /><br />";
17
19
$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 />";
18
20
$lang["pdf_export_ttf_header_font_path"]="Header font conversion from ttf (filepath)<br />(relative to webroot)<br /><br />";
19
21
$lang["pdf_export_ttf_list_font_path"]="List font conversion from ttf (filepath)<br />(relative to webroot)<br /><br />";
20
22
$lang["pdf_export_imagesizeid"]="Image size to use<br />(use ref ID of <a href='/pages/admin/admin_size_management.php'>preview size</a>)<br /><br />";
21
23
$lang["pdf_export_imgheight"]="Image height on page (inches)<br />(if image width is wider than page it will be scaled down and this value will be ignored)<br /><br />";
24
+
$lang["pdf_export_imagejustify"]="Title & Image position on page<br />(horizontal - Left, Center, or Right)<br /><br />";
$lang['pdf_export_whereabouts_integration']="whereabouts plugin integration?<br/>(includes current whereabouts in list, use 'w' as include field ID in list above)<br /><br />";
Copy file name to clipboardExpand all lines: languages/fr.php
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,13 @@
14
14
$lang["pdf_export_fields_include"]="Champs de la base de données à inclure<br />(utilisez ref IDs de <a href='/pages/admin/admin_resource_type_fields.php'>métadonnées</a>, séparées par des virgules et dans l'ordre que vous voulez qu'ils apparaissent)<br /><br />";
15
15
$lang["pdf_export_ttf_header_font_path"]="Police en-tete - convertir un fichier ttf<br />(chemin relatif à webroot)<br /><br />";
16
16
$lang["pdf_export_ttf_list_font_path"]="Police de liste - convertir un fichier ttf<br />(chemin relatif à webroot)<br /><br />";
17
+
$lang["pdf_export_exclude_title"]="Exclure la ligne de titre du dessus de la page.<br /><br />";
18
+
$lang["pdf_export_includetype_title"]="Inclure type dans la ligne titre.<br /><br />";
19
+
$lang["pdf_export_title_array"]="Champs de la base de données à inclure dans la ligne titre (utilisez ref IDs de <a href='/pages/admin/admin_resource_type_fields.php'>métadonnées</a>, séparées par des virgules et dans l'ordre que vous voulez qu'ils apparaissent)<br /><br />";
17
20
$lang["pdf_export_imagesizeid"]="Taille de l'image à utiliser<br />(utilisez ref IDs de <a href='/pages/admin/admin_size_management.php'>'Manage Sizes'</a>)<br /><br />";
18
21
$lang['pdf_export_whereabouts_integration']="whereabouts plugin integration?<br/>(includes current whereabouts in list, use 'w' as include field ID in list above)<br /><br />";
19
-
22
+
$lang["pdf_export_imagejustify"]="Position de la ligne titre et d'image sur la page (horizontale - gauche (L), central (C), ou droit (R))<br /><br />";
0 commit comments