We’re starting down the road migrating our Pdfimages functionality from CentOS (where it hived the work onto a local web server) to AlmaLinux where we started with …
dnf install poppler-utils.x86_64
… and then started trying to get “browsed for” PDF data into an HTML element, as a start, before it ends up at the web server in a /tmp/ file.
Codewise, so far, that’s involved a changed php_calls_pdfimages.php Pdfimages supervisory PHP web application, helped out by a tweaked client_browsing.htm client side HTML and Javascript inhouse helper.
If this was interesting you may be interested in this too.