Kigo安全服务接口
  1. 工具
Kigo安全服务接口
  • KToolkits文档中心
    • 入门
      • 欢迎使用KToolkits
      • 云服务
    • 手册
      • 工具库(规划中)
      • 工具
        • Nmap
        • Subfinder
        • 社交查询
        • PDF文档生成
        • 渗透报告
        • 图片文件生成
      • 构建
        • 工具箱
        • 智能体工具
  1. 工具

PDF文档生成

📌
generate_and_save_pdf 是一个用于生成自定义PDF文档的工具,可以根据输入的内容生成PDF文档。

标识#

generate_and_save_pdf

技能#

PDF文档生成

参数#

名称类型(Python)说明示例
sectionsList[Dict[str, Optional[str]]]PDF文档的输入内容[{
"title": "Introduction - Early Life",
"level": "h1",
"image": "https://picsum.photos/536/354",
"content": ("hello, the world"),
}]

描述(JSON Schema)#

{
    "name": "sections",
    "schema": {
	    "type": "array",
	    "items": {
		    "type": "object",
		    "additionalProperties": {"type": ["string", "null"]}
		}
    },
    "required": true,
    "description": "the secition content for PDF file"
}

使用#

上一页
社交查询
下一页
渗透报告
Built with