有什么解决方案可以在php和display image中从base64 text / plain格式转换为png / jpg图像吗?
I upload a pdf then convert it into base64 text/plain format and save that base64 text into database.Now I want to convert from base64 text/plain format to png/jpg format and display that image.Is there any solution for it?