Dompdf

Issues related to applications and software problems and general support
Post Reply
Krishma
Posts: 1
Joined: 2020/02/15 06:02:18

Dompdf

Post by Krishma » 2020/02/15 06:16:16

How to use Dompdf with centOS??

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Dompdf

Post by sml » 2020/02/15 16:10:23

Installation requirements, usage, and securing recommendations are all described on project's wiki. The names of PHP extensions on CentOS all start with php, so e.g. MBString, GD, OPcache listed among requirements would be packaged as php-mbstring, php-gd and php-opcache, respectively. If standard CentOS repositories are not enough, you'll find more PHP-related stuff in Remi's repo.

dompdf itself is not packaged for CentOS, nor for Fedora. You may install it from GitHub.

Otherwise, you need to be more specific about your question.

Post Reply