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

PDF 2 Post

描述

Mass convert PDF documents to WP posts, by:

  • extracting all text data and adding it to post content
  • extract all images included in PDF and attach them to post
  • automatically add featured image
  • create gallery inside post content from all images extracted

Be carefull, you NEED to have installed on your server the following:

Works on multisite installs.

>> Test your document here <<

If you need a more professional solution, we now have a premium InDesign to WordPress plugin:
>> InDesign to WordPress <<

ToDo

Will need to be upgraded with : https://github.com/pdfminer/pdfminer.six

安装

Easy

  1. Search via plugins > add new.
  2. Find the plugin listed and click activate.
  3. Use the Shortcode

Usage

  1. Go to Posts>New Post From PDF
  2. Choose file to upload :
  • single .pdf
  • .zip containing a main folder with multiple .pdf files inside)
  1. Clic “Create Post” and wait for post creation 🙂

>> Test your document here <<

If you need a more professional solution, we now have a premium InDesign to WordPress plugin:
>> InDesign to WordPress <<

评价

2020 年 7 月 7 日
For something to just work, and be simple to use, and for free to the community, is amazing. The only thing I struggled with was adding the scripts (I manage my own server) and use Plesk, which is uncommon still, and wasnt sure if just installing the modules on the server would work like I wanted it to. But I logged into sudo and installed as per instructions on the links the developer provided, and it worked. No restart of Apache necessary either, at least for me. Great job on this plugin. The only thing that COULD be improved is translating paragraphs and images into blocks in Gutenberg. Right now it imports in in as one block and mashed all the images together at the bottom in a gallery. So I had to have the editor change the block manually, then reorganize. Still saved a ton of time just bringing in the images. My suggestion might be moot though, as I am using custom content types instead of default posts, and now it doesnt utilize blocks, so make sure it still works the other way as well. Thanks for your hard work on this, you deserve 5 stars for sure.
阅读所有4条评价

贡献者及开发者

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

贡献者

将“PDF 2 Post”翻译成您的语言。

对开发感兴趣吗?

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

更新日志

2.4.0 – trying to work on bounding boxes

2.3.1 – better processing method first

2.3.0 – new demo shortcode and several bugfixes

2.2.3 – select type of post created among any of the site

2.2.2 – access given to editors and added for pages as well

2.2.1 – xml pdf2txt with paragraphs extraction

2.2.0 – others pdf2txt types added : html, xml, tag

2.1.4 – more debug to help users

2.1.1 – more checks on softs installed

2.0.0 – Totally refactored code because of bug uploading zip files

1.3.1 – few more check for more robustness

1.3 – check if zip installed

1.2 – check if python installed

1.1 – Automatically create gallery with all images of PDF file

1.0 – First stable release.