這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Advanced PDF Generator

描述

This WordPress plugin allow to you, generate a PDF file from a specific template file, totally customizable and send it via email from a specific mail template file

How to

Put the below shortcode where you want to access Advanced PDF Generator features.

To enable specific features go to admin menu in dashboard: Advanced PDF Generator

[advanced-pdf-generator]

Follow next steps for customize labels, texts and function

View PDF

In admin pane check view option and type values for this feature

Download PDF

In admin pane check download option and type values for this feature

Send PDF

Important: If you want to send PDF via email, you need the correct setup to send emails from your WP site

In admin pane check send option and type values for this feature, set form labels and success-error messages

Templates

Create apg-templates directory in your theme root and put the follow files to customize.
– Create a pdf.php file to write the content will be in your PDF
– Create a mail.php file to write the content will be in you email sent. For personalization user $name and $file_url to show the info previously typed in the form.

螢幕截圖

安裝

  1. Upload the plugin files to the /wp-content/plugins/advanced-pdf-generator directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

常見問題

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/advanced-pdf-generator directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

評價

2019年1月15日
I was unable to get this plugin to work. The documentation is not clear. I could never generate a PDF or mail it to anyone.
2018年10月16日
Thanks to the posts in the support section I finally got it working. In any case some coding skills are required. But then the plugin is really useful. If using a child theme the folder with the pdf template file needs to be placed in the parent theme folder. This was a very helpful hint. A basic code in the pdf.php file could be <?php while ( have_posts() ) : the_post(); the_title(); the_content(); endwhile; ?>
2017年12月9日
Simple plugin but very effective. Very useful to generate product sheet (included images) in Woocommerce and download or send by mail.
閱讀全部3個評價

貢獻者及開發者

“Advanced PDF Generator” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Advanced PDF Generator 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

**Important changes

  • v0.4.0 Labels, texts and features, now are managed from the admin pane