Description
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.
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
Installation
Easy
- Search via plugins > add new.
- Find the plugin listed and click activate.
- Use the Shortcode
Usage
- Go to Posts>New Post From PDF
- Choose file to upload :
- single .pdf
- .zip containing a main folder with multiple .pdf files inside)
- Clic “Create Post” and wait for post creation ??
If you need a more professional solution, we now have a premium InDesign to WordPress plugin:
>> InDesign to WordPress <<
Reviews
Contributors & Developers
“PDF 2 Post” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “PDF 2 Post” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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.