Convert Pdf To Image In Android
I have followed this other topic to get a image from pdf How to convert a pdf to an image? I want to use this image as a pdf preview, this is de code that I have private Bitmap sho
Solution 1:
The method getImage
requires 4 parameters but you have passed 5. Check the documentation and provide correct parameters.
Post a Comment for "Convert Pdf To Image In Android"