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

@anam-hossain @dwightwatson @patrickcurl @alanhr Can you answer me? _Originally posted by @pratikshap31 in https://github.com/anam-hossain/phantommagick/issues/58#issuecomment-1240658342_

- I want to update my application. I got the version not supported when I tried to update laravel to 9v. - I am not able to update the filesystem...

does anyone know how to solve this alignment issue? ISSUE: When I add text and gave alignment to right and render to pdf. it has a scale issue as shown...

**HI,** @anam-hossain @patrickcurl @dwightwatson @alanhr > Please fix the issues **asap**. thanks My Laravel Project is not Responding while I generate an Image. it stuck on that particular request. Each...

I written HTML+CSS code, image convert working but issue in height and width. I written code like this `$options = [ 'width' => '120', 'height' => '50', ]; $conv =...

Hi, I try to convert a website to image with the URL and it work fine. But I need to convert HTML code content to image and it not work....

I installed phantommagick and phantomjs via composer on my dev server. All running well, had no issues. But after copying my project to the live server I'm getting error 500....

Seems like that: if I try to set the width OR height for the image to 250 or below, I get HTTP ERROR 500. Please confirm, or advise. Thanks

I use this package in my project (Laravel) but I don't see any file. `$conv = new \Anam\PhantomMagick\Converter();` `$conv->setBinary(base_path('vendor/anam/phantomjs-linux-x86-binary/bin/phantomjs'));` `$conv->source('TitleHello.') ` `->toPdf()` `->save(public_path('tests/google.pdf'));` $conv return null.