{"id":29215,"date":"2014-05-01T00:26:56","date_gmt":"2014-05-01T00:26:56","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/pdf-email-on-save\/"},"modified":"2017-06-15T02:30:34","modified_gmt":"2017-06-15T02:30:34","slug":"pdf-email-on-save","status":"publish","type":"plugin","link":"https:\/\/de.wordpress.org\/plugins\/pdf-email-on-save\/","author":125777,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.0","stable_tag":"1.1.0","tested":"4.8.28","requires":"3.7","requires_php":"","requires_plugins":"","header_name":"PDF Email On Save","header_author":"Matt Banks","header_description":"","assets_banners_color":"","last_updated":"2017-06-15 02:30:34","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/mattbanks.me\/donate\/","header_plugin_uri":"http:\/\/mattbanks.me","header_author_uri":"http:\/\/mattbanks.me","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3116,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"905996","resolution":"1","location":"assets"}},"screenshots":{"1":"Plugin settings page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1487,267,1764],"plugin_category":[41,50],"plugin_contributors":[78453,87842],"plugin_business_model":[],"class_list":["post-29215","plugin","type-plugin","status-publish","hentry","plugin_tags-custom-post-types","plugin_tags-email","plugin_tags-pdf","plugin_category-communication","plugin_category-media","plugin_contributors-jchristopher","plugin_contributors-mjbanks","plugin_committers-mjbanks"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/pdf-email-on-save.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/pdf-email-on-save\/assets\/screenshot-1.png?rev=905996","caption":"Plugin settings page"}],"raw_content":"<!--section=description-->\n<p>Create a PDF for a given post, page, or custom post type when the content is saved. Users can select which post types are included and which email to send the PDF to on the plugin settings page under Settings -&gt; PDF Email on Save.<\/p>\n\n<p>Filters are available for changing all content in the generated PDF - see FAQ for more details.<\/p>\n\n<!--section=installation-->\n<h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for 'pdf-email-on-save'<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>pdf-email-on-save.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>pdf-email-on-save.zip<\/code><\/li>\n<li>Extract the <code>pdf-email-on-save<\/code> directory to your computer<\/li>\n<li>Upload the <code>pdf-email-on-save<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for 'pdf-email-on-save'<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>pdf-email-on-save.zip<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Using FTP<\/h4>\n\n<ol>\n<li>Download <code>pdf-email-on-save.zip<\/code><\/li>\n<li>Extract the <code>pdf-email-on-save<\/code> directory to your computer<\/li>\n<li>Upload the <code>pdf-email-on-save<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol><\/dd>\n<dt>How do I customize the PDF or email being sent?<\/dt>\n<dd><p>There are a number of filters available to change the content of the PDF or the email being sent. All standard content can be viewed in the plugin folder under <code>public\/class-pdf-email-on-save.php<\/code>. The filters available include:<\/p>\n\n<ul>\n<li>Subject for email being sent: <code>pdf_email_on_save_subject<\/code><\/li>\n<li>Content of email message being sent: <code>pdf_email_on_save_message<\/code><\/li>\n<li>Filename of PDF attachement being sent: <code>pdf_email_on_save_filename<\/code><\/li>\n<li>Header of generated PDF: <code>pdf_email_on_save_header<\/code><\/li>\n<li>Content of generated PDF: <code>pdf_email_on_save_content<\/code><\/li>\n<li>Footer of generated PDF: <code>pdf_email_on_save_footer<\/code><\/li>\n<li>Combined HTML of generated PDF: <code>pdf_email_on_save_html<\/code><\/li>\n<\/ul><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>update to mpdf 6.1.0<\/li>\n<li>update mail function call to work better with attachments<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>remove utf8 encoding when writing html - causes weird character encoding in emails<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial build<\/li>\n<\/ul>","raw_excerpt":"Create a PDF for a given post, page, or custom post type when the content is saved and email it to the user.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/29215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=29215"}],"author":[{"embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mjbanks"}],"wp:attachment":[{"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=29215"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=29215"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=29215"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=29215"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=29215"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/de.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=29215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}