Convert a multi-page PDF into a single long page PDF
POST
/api/v1/general/pdf-to-single-page
This endpoint converts a multi-page PDF document into a single paged PDF document. The width of the single page will be same as the input's width, but the height will be the sum of all the pages' heights. Input:PDF Output:PDF Type:SISO
请求参数
Body 参数multipart/form-data
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://convertpdf.l2.bb1a.cn/api/v1/general/pdf-to-single-page' \
--form'fileInput=@""'