必备功能
高级功能
智能文档处理
建筑
航空
制造
金融
教育
印刷
政府
医疗
SharePoint
Salesforce
OneDrive
Teams
Make
Zapier
Power Automate
OutSystems
RTF 是一种流行的文本格式,可以保留文本的格式和样式数据,便于大多数文本阅读器读写。集成 ComPDF Conversion SDK 即可将 PDF 转换为 RTF 文件。
本示例演示如何将 PDF 转换为 RTF 文件。
$option = new ConvertOption(); // PDF 转 RTF。 Conversion::convert('Rtf', 'rtf.pdf', 'password', 'output.rtf', $option);