From 4ac195b074fe72873b675d1f66920fda9f57603a Mon Sep 17 00:00:00 2001 From: SeedList Date: Fri, 23 May 2025 16:13:20 +0800 Subject: [PATCH] vault backup: 2025-05-23 16:13:20 --- SanPinPLM/简略教程/文件转Base64编码.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 SanPinPLM/简略教程/文件转Base64编码.md diff --git a/SanPinPLM/简略教程/文件转Base64编码.md b/SanPinPLM/简略教程/文件转Base64编码.md new file mode 100644 index 00000000..026f7f2e --- /dev/null +++ b/SanPinPLM/简略教程/文件转Base64编码.md @@ -0,0 +1,3 @@ +使用 `/SPWEBAPI/doctool/listdocconverttopdfbyitemcode` 接口去获取文件 `PDF` 版 的 ` Base64 ` 编码 + +获取到的结果要先删除掉所有 `\r\n` 的内容,再删除掉所有 `\` 内容才能得到正确的 `Base64` 编码 \ No newline at end of file