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