PDFAI
  1. PDF智转API接口文档
PDFAI
  • PDF智转API接口文档
    • 首页
      GET
    • PDF转图片
      POST
    • 图片转PDF
      POST
    • PDF提取图片
      POST
    • A5转A4
      POST
    • 旋转PDF
      POST
    • 合并PDF
      POST
    • PDF拆分
      POST
    • PDF网格排列
      POST
    • SVG转PDF
      POST
    • 压缩PDF
      POST
    • PDF提取组合
      POST
    • 解密PDF
      POST
    • PDF加密
      POST
    • WebP转换
      POST
  1. PDF智转API接口文档

PDF网格排列

POST
/v1/pdf/pdf_to_grid

请求参数

Body 参数application/json

示例
{
    "app_key": "app_key_test",
    "grid": "3x3",
    "input": "https://static.pdfai.cn/static/example/files/22_pages.pdf"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://pdf-api.pdfai.cn/v1/pdf/pdf_to_grid' \
--header 'Content-Type: application/json' \
--data-raw '{
    "app_key": "app_key_test",
    "grid": "3x3",
    "input": "https://static.pdfai.cn/static/example/files/22_pages.pdf"
}'

返回响应

🟢200成功
application/json
Successful Response
Body

示例
{}
🟠422参数错误
修改于 2025-08-29 12:26:40
上一页
PDF拆分
下一页
SVG转PDF
Built with