spatie / pdf-to-image

Convert a pdf to an image
https://murze.be/2015/07/convert-a-pdf-to-an-image-using-php/
MIT License
1.3k stars 228 forks source link

Add background color setting for the output image #239

Closed waithawoo closed 3 days ago

waithawoo commented 1 week ago

This PR adds the backgroundColor() method. This method enables setting the background color of the output image with color code in various format like rgb(255,255,255), #fff , 'white'.

Also added unit tests and updated to README.md for this new method.