Python —PDF和Base64互转PDF转Base64import base64path = "xxxx.pdf"with open(path, "rb") as pdf_file: encoded_string ...
確定! 回上一頁