Changeset 2098075
- Timestamp:
- 05/30/2019 05:23:43 PM (7 years ago)
- Location:
- save-as-pdf
- Files:
-
- 2 added
- 1 deleted
- 4 edited
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/save-as-pdf (deleted)
-
trunk/save-as-pdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
save-as-pdf/trunk/readme.txt
r2095755 r2098075 1 === Save as PDF ===1 === Save as PDF Button === 2 2 Contributors: restpack 3 3 Tags: pdf, html2pdf, headless chrome, url2pdf, article to pdf, convert to pdf, create pdf … … 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Generate structured PDFs. Custom header, footer, ad blocking, and more. Angular / React supported.11 Let your visitors easily save any of your pages as PDF with this plugin. Custom header, footer, ad blocking, and more. Angular / React supported. 12 12 13 13 == Description == 14 Generate fully structured PDFs with the latest technology render engine. Full browser engine with SVG, CSS3, ES6, and WebFont support. Everything looks as they do on your browser.14 Let your visitors easily save any of your pages as PDF with this plugin. You can use a shortcode to display pdf download button and select different icons and text from backend for your download button. 15 15 16 16 = Free Features … … 48 48 You can use the shortcode **[restpackpdfbutton]**. You can also override default settings by passing them into the shortcode ***[restpackpdfbutton button_text="Export PDF" pdf_orientation="landscape" pdf_page="A4"] 49 49 50 == Screenshots == 51 1. You can select different icons and text from backend for your download button 52 2. You can use a shortcode to display pdf download button and override default settings 53 50 54 == Changelog == 51 55 -
save-as-pdf/trunk/save-as-pdf.php
r2097040 r2098075 2 2 3 3 /** 4 * Plugin Name: Save as PDF 4 * Plugin Name: Save as PDF Button 5 5 * Plugin URI: https://restpack.io/html2pdf 6 6 * Description: Allows visitors to save current page as PDF file
Note: See TracChangeset
for help on using the changeset viewer.