FAF PdfExtract archived
Wordpress plugin to extract pdf content (with pdftotext) and make it searchable with copy into content field
by F.A. Fiebig · github.com/fafiebig/faf-pdfextract · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/fafiebig/faf-pdfextract/archive/refs/heads/master.zipReadme
DEPRECATED - DO NOT USE IT ANY LONGER!
faf-pdfextract
Wordpress Plugin to extract PDF content (with pdftotext) and copy it into media content field You have to install poppler utils on serverside.
Installation
- Unzip and upload the plugin to the /wp-content/plugins/ directory
- Activate the plugin in WordPress
Installation with composer
- Add the repo to your composer.json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/fafiebig/faf-pdfextract.git"
}
],
- require the package with composer
composer require fafiebig/faf-pdfextract 1.*
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.