You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Jcrop library to crop images in my web app and everything works fine except when I try to export the cropped image to a PDF file. It turns out that if I use the Jcrop library to crop the image, the image in the resulting PDF appears as a blank image. If I comment out everything related to Jcrop, the image displays correctly on the canvas.
I've gone through my code and can't find the problem. I am using the latest version of Jcrop and I am exporting the cropped image using the jsPDF library.
Has anyone experienced a similar problem and found a solution? Is there a way to prevent Jcrop from causing this problem when exporting the image to a PDF file?
I'm using the Jcrop library to crop images in my web app and everything works fine except when I try to export the cropped image to a PDF file. It turns out that if I use the Jcrop library to crop the image, the image in the resulting PDF appears as a blank image. If I comment out everything related to Jcrop, the image displays correctly on the canvas.
I've gone through my code and can't find the problem. I am using the latest version of Jcrop and I am exporting the cropped image using the jsPDF library.
Has anyone experienced a similar problem and found a solution? Is there a way to prevent Jcrop from causing this problem when exporting the image to a PDF file?
I appreciate any help or suggestion.
Coordinate generation
@section('js')
The text was updated successfully, but these errors were encountered: