-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreadme.txt
82 lines (44 loc) · 2.65 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
=== WP PDF Generator===
Contributors: wpexpertsio
Tags: wordpress pdf plugin,wordpress pdf generator,pdf plugin, pdf wordpress plugin,pdf converter,html to pdf,web to pdf,web page to pdf,pdf generator,html to pdf php,php to pdf,save page as pdf,plugins,convert web to pdf,convert web page to pdf,save html as pdf,save web page as pdf, pages
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=Donation For Plugin
Requires at least: 3.0.1
Tested up to: 4.5.3
Stable tag: Trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Simply helps you to get your web page download as pdf
== Description ==
Easy HTML to pdf Plugin that save your webpage as pdf format. You can use php function as well as shortcode to display pdf download button. You can select different icons and text from backend for your download button.In this plugin we are using service of freehtmltopdf.com to generate pdf.
= Rate This Plugin: =
[Please rate WP PDF Generator Plugin](https://wordpress.org/support/view/plugin-reviews/wp-pdf-generator)
= Features: =
- Easy convert your page as pdf
- Multiple options for pdf button
- Type custom text as a download link to pdf
= Docs & Support =
You can find docs, FAQ and more detailed information about WP PDF Generator Plugin [WooExpert.com](http://wooexpert.com/products/wp-pdf-generator-plugin/).
If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the support forum on WordPress.org. If you can't locate any topics that pertain to your particular issue, post a new topic for it.
== Installation ==
1. Upload "PDF Generator" to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Place shotcode ['wp_objects_pdf'] in text editor.
== Frequently Asked Questions ==
= How to setup a pdf button =
Simply from back end choose any pdf button icon to display pdf button. You can type text as well instead of pdf image.
= How to display pdf button on webpage using short code =
short code option is available on pdf plugin. copy that short code and paste it into your page editor where you want.
[wp_objects_pdf]
= How to display pdf button on webpage using php function =
copy pdf function and paste it into php file where you want.
wp_objects_pdf();
== Screenshots ==
1. Choose your button style. You can type simple text or word intead of Image.
2. Paste your shotcode to show PDF link.
3. Your PDF link is appeare on your web page.
4. Your PDF Preview
== Changelog === 1.0 =* Fixed JS issue
= 0.1 =
* Initial release.