Wordpress Plugin to extract PDF content (with pdftotext) and copy it into media content field You have to install poppler utils on serverside.
- Unzip and upload the plugin to the /wp-content/plugins/ directory
- Activate the plugin in WordPress
- 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.*