Plugin Directory

Changeset 2098075


Ignore:
Timestamp:
05/30/2019 05:23:43 PM (7 years ago)
Author:
restpack
Message:

Minor

Location:
save-as-pdf
Files:
2 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • save-as-pdf/trunk/readme.txt

    r2095755 r2098075  
    1 === Save as PDF ===
     1=== Save as PDF Button ===
    22Contributors: restpack
    33Tags: pdf, html2pdf, headless chrome, url2pdf, article to pdf, convert to pdf, create pdf
     
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010
    11 Generate structured PDFs. Custom header, footer, ad blocking, and more. Angular / React supported.
     11Let your visitors easily save any of your pages as PDF with this plugin. Custom header, footer, ad blocking, and more. Angular / React supported.
    1212
    1313== 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.
     14Let 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.
    1515
    1616= Free Features
     
    4848You 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"]
    4949
     50== Screenshots ==
     511. You can select different icons and text from backend for your download button
     522. You can use a shortcode to display pdf download button and override default settings
     53
    5054== Changelog ==
    5155
  • save-as-pdf/trunk/save-as-pdf.php

    r2097040 r2098075  
    22
    33/**
    4  * Plugin Name: Save as PDF
     4 * Plugin Name: Save as PDF Button
    55 * Plugin URI: https://restpack.io/html2pdf
    66 * Description: Allows visitors to save current page as PDF file
Note: See TracChangeset for help on using the changeset viewer.