📅  最后修改于: 2022-03-11 14:48:55.651000             🧑  作者: Mango
byte[] sPDFDecoded = Convert.FromBase64String(base64BinaryStr);
File.WriteAllBytes(@"c:\Users\u316383\Documents\pdf8.pdf", sPDFDecoded);