Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在谷歌搜索了很多时间后,我仍然找不到合适的答案如何在 php 中将 .pdf 转换为 xml。有人可以用一些代码或库帮助我做到这一点吗?
也许base64_encode它并放入XML发送到你想要的任何地方?请注意,base64 编码的数据比原始数据多占用大约 33% 的空间。
http://php.net/manual/en/function.base64-encode.php