必备功能
高级功能
智能文档处理
建筑
航空
制造
金融
教育
印刷
政府
医疗
SharePoint
Salesforce
OneDrive
Teams
Make
Zapier
Power Automate
OutSystems
开源可视化 PDF 生成引擎,支持自定义模板,并提供面向开发者的 API,灵活构建文档生成流程。
你可以在Web PDF查看器中添加注释工具。以下代码演示了如何添加注释工具:
// 可以获取所有工具并设置你想要的工具。 const tools = docViewer.getToolMap(); const style = docViewer.getTool('ink') style.borderWidth = 5 UI.registerTool({ toolName: 'ink1', tool: 'ink', style }) UI.setActiveTool('ink1')