该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

PDF-Creator

描述

Use this plugin to generator PDF’s. Note: this is a beta version!

安装

  1. Download ‘PDF creator’.
  2. Upload the ‘PDF creator’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  3. Activate ‘PDF creator’ from your Plugins page.
  4. Initiate and use the plugin in your code by writing :

    4.1. $mode = ‘utf-8’;
    4.2. $size = array(212.72500, 276.22500);
    4.3. $html = ‘

    <

    div>’;
    4.4. $css = site_url().’/wp-content/plugins/directorypress-extend-listings/includes/pdf-generation/sample-css.css’;
    $css = file_get_contents($css);
    4.5. $footer = ‘

    footer

    ‘;

    4.6. pdf_generation($css, mode, $size, $html, $footer);

  5. Have fun! Send an email to info@hemmes.it or visit http://www.hemmes.it/wordpress-pdf-creator/ if you have any questions related to this project.

常见问题

Please explain this stage
  1. Initiate and use the plugin in your code by writing :

    4.1. $mode = ‘utf-8’;
    4.2. $size = array(212.72500, 276.22500);
    4.3. $html = ‘

    <

    div>’;
    4.4. $footer = ‘

    footer

    ‘;
    4.5. pdf_generation($mode, $size, $html, $footer); =

You have to run this (without the 4.1. etc.) to generate the PDF. Make sure you include the function pdf_generation.
Your $html is the variable where you store the content of the PDF, it’s now, as an example, ‘

<

div>’, you need to change that and add your own content. Same goes for the $footer.

评价

阅读所有1条评价

贡献者及开发者

“PDF-Creator” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“PDF-Creator”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.2

11/11/2013

  • Added MDF5.7 class
  • Added function to create directory structure to upload PDF
  • Changed PDF name to result.pdf

0.2.2

04/12/2013

  • Added support for CSS

0.2.4

04/12/2013

  • Added feature to delete (old) PDF before generating a new one
  • Small fixes

0.2.5.

04/12/2013

  • Fixed footer bug (needed to print footer before html-content)

0.2.6.

08/12/2013

  • Added settings for tmp-folders

0.3.

01/31/2014

  • Added PDF Generator menu to backend
  • Created separate section in code for settings
  • Added expirimental API