Hi! I have a question.
My app have to store images in database, so I convert them to string i save it in sqlite database.
When i try to get image string from database, convert to stream and transfer to PDFBitmap constructor, it gave me that error
Syncfusion.Pdf.PdfException: Only JPEG and PNG images are supported
Can somebody help me with that, please?