标签: python-3.5
我遵循以下编码方法。任何人都可以建议我最好的编码方式,这样解码时就不会有任何损失吗?
with open(f, "rb") as pdf_file: encoded_string = base64.b64encode(pdf_file.read())