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.
我创建了一个 mule 流,它接受一个文件作为输入流并转换为字节数组并将该文件附加到特定的 SalesForce 案例。我是否可以将文件(作为输入流)转换为 pdf 格式并附加到 Salesforce 案例。
PDF 是一种特殊格式,因此不会直接创建 PDF。您可以使用 Apache FOP 或 iText 等库来创建 PDF 输出。