We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I try to convert pdf to image using below.
$pdf = new \Spatie\PdfToImage\Pdf($pathToPdf); $pdf->save($pathToWhereImageShouldBeStored);
But I got this error
Error: Call to undefined method Spatie\PdfToImage\Pdf::save()
So I try to print method list in side this class and I got these methods.
So I change my code to use saveImage() and it work!.
saveImage()
What did I do wrong ?.
(sorry for my English)
The text was updated successfully, but these errors were encountered:
@worktchaloemphon What version of the package do you have installed?
Sorry, something went wrong.
No branches or pull requests
Hi,
I try to convert pdf to image using below.
But I got this error
So I try to print method list in side this class and I got these methods.
So I change my code to use
saveImage()
and it work!.What did I do wrong ?.
(sorry for my English)
The text was updated successfully, but these errors were encountered: