이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.