Closed aengelke closed 11 years ago
Got something that might work: Using this bash cmd one can convert a pdf to PNGs: convert -density 150 -quality 100 -resize 800x slides.pdf slides.png If it works as predicted, this might solve the caching issue to……
We might run this command PHP-controlled (in a file like slides.php). But what about this command on windows/linux?
Implement via PDF -> PNG in PHP