Soman Yadav

Results 2 comments of Soman Yadav

I was also facing the same issue. Try following these steps: 1) Upload your resume in a GitHub repository. The URL will look like this. eg: `https://github.com/soumyajit4419/Portfolio/blob/master/src/Assets/Soumyajit_Behera-BIT_MESRA.pdf` 2) Now change...

Hello @2020Yasir-Sahibzada, I think you can try to access like this, ``` logo = cursor.fetchone() img_data = logo[0] ``` And after that you can use the BytesIO class to wrap...