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.
是否有任何 Ruby 函数可以将 PDF 转换为二进制数据。我需要 SOAP API 的二进制数据。我发现很多关于转换二进制文件和其他格式的参考资料,但我需要反过来。
这是更短的类型:
text = IO.read(fname, mode: 'rb')
但是 SOAP 并不容易处理。查看 Savon 宝石。