Open FreyGeospatial opened 2 years ago
img2pdf.convert fails for me using this code:
with open(saveLocation + filename + '.pdf', 'wb') as z: z.write(img2pdf.convert(list_of_images))# this is where it fails z.close()
Type error: a bytes-like object is required, not 'str'
I am also having same issue
img2pdf.convert fails for me using this code:
Type error: a bytes-like object is required, not 'str'