Beskrivning
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 -> PDF Email on Save.
Filters are available for changing all content in the generated PDF – see FAQ for more details.
Installation
Using The WordPress Dashboard
- Navigate to the ’Add New’ in the plugins dashboard
- Search for ’pdf-email-on-save’
- Click ’Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ’Add New’ in the plugins dashboard
- Navigate to the ’Upload’ area
- Select
pdf-email-on-save.zipfrom your computer - Click ’Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
pdf-email-on-save.zip - Extract the
pdf-email-on-savedirectory to your computer - Upload the
pdf-email-on-savedirectory to the/wp-content/plugins/directory - Activate the plugin in the Plugin dashboard
Vanliga frågor
- Installation Instructions
-
Using The WordPress Dashboard
- Navigate to the ’Add New’ in the plugins dashboard
- Search for ’pdf-email-on-save’
- Click ’Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ’Add New’ in the plugins dashboard
- Navigate to the ’Upload’ area
- Select
pdf-email-on-save.zipfrom your computer - Click ’Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
pdf-email-on-save.zip - Extract the
pdf-email-on-savedirectory to your computer - Upload the
pdf-email-on-savedirectory to the/wp-content/plugins/directory - Activate the plugin in the Plugin dashboard
- How do I customize the PDF or email being sent?
-
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
public/class-pdf-email-on-save.php. The filters available include:- Subject for email being sent:
pdf_email_on_save_subject - Content of email message being sent:
pdf_email_on_save_message - Filename of PDF attachement being sent:
pdf_email_on_save_filename - Header of generated PDF:
pdf_email_on_save_header - Content of generated PDF:
pdf_email_on_save_content - Footer of generated PDF:
pdf_email_on_save_footer - Combined HTML of generated PDF:
pdf_email_on_save_html
- Subject for email being sent:
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”PDF Email on Save” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”PDF Email on Save” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.1.0
- update to mpdf 6.1.0
- update mail function call to work better with attachments
1.0.1
- remove utf8 encoding when writing html – causes weird character encoding in emails
1.0
- Initial build
