-
Notifications
You must be signed in to change notification settings - Fork 23
/
readme.txt
executable file
·126 lines (92 loc) · 3.91 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
=== DK PDF ===
Contributors: dinamiko
Tags: wp to pdf, wordpress to pdf, acrobat, pdf, post to pdf
Requires at least: 3.9.6
Tested up to: 6.6
Requires PHP: 8.0
Stable tag: 1.9.9
License: MIT
WordPress to PDF made easy.
== Description ==
DK PDF allows site visitors convert posts and pages to PDF using a button.
[vimeo https://vimeo.com/148082260]
= Features =
* Add PDF button in posts (including custom post types) and pages.
* Configure PDF header and footer, add custom logo, custom CSS and more.
* Copy plugin templates in your theme for PDF customizations.
* Multiple shortcodes: [dkpdf-button], [dkpdf-pagebreak], [dkpdf-remove], and more..
* Add custom fonts to the PDF.
= Documentation =
* <a href="https://github.com/Dinamiko/dk-pdf/wiki" target="_blank">https://github.com/Dinamiko/dk-pdf/wiki</a>
== Installation ==
Installing "DK PDF" can be done either by searching for "DK PDF" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps:
1. Download the plugin via WordPress.org
2. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard
3. Activate the plugin through the 'Plugins' menu in WordPress
== Screenshots ==
1. Front-end PDF Button
2. PDF Button settings
3. PDF Setup settings
4. PDF Header & Footer settings
5. PDF Custom CSS
6. Disable PDF Button Metabox
== Credits ==
Thanks to:
mPDF, PHP class which generates PDF files from UTF-8 encoded HTML
https://mpdf.github.io/
Font Awesome, the iconic font and CSS toolkit
http://fortawesome.github.io/Font-Awesome/
== Changelog ==
= 1.9.9 =
* Fix - Plugin templates not displaying CSS correctly.
= 1.9.8 =
* Fix - Add custom namespace to avoid issues with third party composer packages.
* Fix - Disable deprecated dynamic property message.
= 1.9.7 =
* Enhancement - Update plugin requirements and mpdf library to PHP 8+
* Fix - Reflected Cross-Site Scripting security issue
= 1.9.6 =
* Update mPDF library to latest version.
* New filters `dkpdf_mpdf_font_dir`, `dkpdf_mpdf_font_data`, `dkpdf_mpdf_temp_dir`. Thanks to [joostvanbockel](https://github.com/joostvanbockel).
= 1.9.3 =
* Reverting to 1.9.1, something went wrong in 1.9.2
= 1.9.2 =
* PHP7: Remove some warnings, see [issue #38](https://github.com/Dinamiko/dk-pdf/issues/38), [issue #48](https://github.com/Dinamiko/dk-pdf/issues/48).
* HTTPS: Fix images not working after move to https, see [issue #51](https://github.com/Dinamiko/dk-pdf/issues/51).
= 1.9.1 =
* Added PDF Protection in PDF Setup Settings
* New Columns Shortcodes: [dkpdf-columns] and [dkpdf-columnbreak]
* New Filter: dkpdf_pdf_filename
* Fixed Admin scripts enqueued on all pages (thanks to Aristeides Stathopoulos @aristath)
= 1.9 =
* Added shortcode tag attribute to dkpdf-remove shortcode
* FontAwesome icons support
* Added post title as PDF filename when downloaded from browser
= 1.8 =
* New filter dkpdf_pdf_format
* New filter dkpdf_header_title
* Option for remove default PDF button when adding PDF button manually (thanks to Renato Alves)
= 1.7 =
* New filters (see documentation filters)
* Fixed github issues #21 #23 #24
= 1.6 =
* 4.4.2 Tested
* Added DK PDF Generator compatibility (css + shortcodes)
= 1.5 =
* Added PDF Custom CSS setting
* Sanitized settings fields
= 1.4 =
* Added [dkpdf-pagebreak] shortcode for adding page breaks
* Added filters dkpdf_header_pagination and dkpdf_footer_pagination
* Added addons page to admin menu
= 1.3 =
* New DK PDF admin menu for better usability
* Added a PDF Setup tab for adjusting page orientation, font size and margins of the PDF
* Added [dkpdf-remove] shortcode for removing pieces of content in the generated PDF
= 1.2 =
* Settings link in plugins list page
* Adjusts header template for better logo display
= 1.1 =
* Removes dkpdf-button shortcode in the generated PDF
= 1.0 =
* Initial release