phantommagick icon indicating copy to clipboard operation
phantommagick copied to clipboard

PhantomMagick provides a simple API to ease the process of converting HTML to PDF or images

Results 46 phantommagick issues
Sort by recently updated
recently updated
newest added

I'm able to set up my content, convert it to a Pdf and download it perfectly on my local machine (running homestead), but when I deploy the code to my...

I created a page that that has `Auth::user()` to get the information i need in that page. but it redirect to login page although the page that will generate into...

How do I literally get the files to work? when I run any of the test files, none of them work. I literally open the url of the test file...

cannot run with phantom magic, in my project laravel. just white page, and nothing happened

Hi Is there any support for importing a font?

This change will give time to load the page

No matter what i try, i always get an image of 1280 × 720. Is there something i'm missing here? $conv = new \Anam\PhantomMagick\Converter(); $options = ['width' => '48', 'height'...

The function `Converter->pushContent()` does the following: ``` // @file_get_contents will not throw any exception due to @ symbol // file_get_contents will try to load file from physical path or from...

I've profided a fix for the following example, which doesn't work on Windows 7. ```php $options = [ 'format' => 'A4', 'orientation' => 'landspace', ]; $conv = new \Anam\PhantomMagick\Converter(); $conv->setPdfOptions($options)...