forked from Dinamiko/dk-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·95 lines (70 loc) · 3.05 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
=== DK PDF ===
Contributors: dinamiko
Tags: acrobat, pdf, post to pdf, generate pdf, mpdf
Requires at least: 3.9.6
Tested up to: 4.4.2
Stable tag: 1.6
Create PDF documents from your WordPress pages
== Description ==
A simple to use PDF generator.
= Features =
* Shows PDF button in your selected post types: posts, pages and custom post types.
* Copy plugin templates in your theme for PDF customizations.
* [dkpdf-button] shortcode for showing PDF button.
* [dkpdf-remove] shortcode for removing pieces of content in the generated PDF.
* [dkpdf-pagebreak] shortcode for adding page breaks.
* Disable PDF button in posts using a checkbox.
= Addons =
* <a href="http://codecanyon.net/item/dk-pdf-generator/13530581" target="_blank">DK PDF Generator</a> allows creating PDF documents with your selected WordPress content, also allows adding a Cover and a Table of contents.
= Demo =
* <a href="http://wp.dinamiko.com/demos/dkpdf" target="_blank">See Demo</a>
= See DK PDF in action =
https://vimeo.com/148082260
= Documentation =
* <a href="http://wp.dinamiko.com/demos/dkpdf/documentation" target="_blank">See Documentation</a>
= Related Plugins by Dinamiko =
* <a href="https://wordpress.org/plugins/dk-pdf/">DK PDF</a>
* <a href="http://wp.dinamiko.com/demos/dkpdf-generator/">DK PDF Generator (Pro)</a>
* <a href="https://wordpress.org/plugins/docu/">Docu</a>
= Collaborate in Github =
* <a href="https://github.com/Dinamiko/dk-pdf" target="_blank">https://github.com/Dinamiko/dk-pdf</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
http://www.mpdf1.com/mpdf/index.php
Font Awesome, the iconic font and CSS toolkit
http://fortawesome.github.io/Font-Awesome/
== Changelog ==
= 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