pdf.txt 中为base64字符 ... python 将base64保存为PDF ... 'r') x = file.read() with open('temp.pdf', 'wb') as f: f.write(base64.b64decode(x)).
確定! 回上一頁