- Security
- Validate PDF Digital SignaturePOST
- Sanitize a PDF filePOST
- Remove password from a PDF filePOST
- Remove digital signature from PDFPOST
- Redacts areas and pages in a PDF documentPOST
- Summary herePOST
- Sign PDF with a Digital CertificatePOST
- Redacts listOfText in a PDF documentPOST
- Add watermark to a PDF filePOST
- Add password to a PDF filePOST
- Pipeline
- Misc
- Update metadata of a PDF filePOST
- Remove read-only property from form fieldsPOST
- Grabs all JS from a PDF and returns a single JS file with all codePOST
- Replace-Invert Color PDFPOST
- Repair a PDF filePOST
- Remove blank pages from a PDF filePOST
- Process PDF files with OCR using TesseractPOST
- Flatten PDF form fields or full pagePOST
- Extract images from a PDF filePOST
- Extract image scans from an input filePOST
- Decompress PDF streamsPOST
- Optimize PDF filePOST
- Auto split PDF pages into separate documentsPOST
- Extract header from PDF filePOST
- Add stamp to a PDF filePOST
- Add page numbers to a PDF documentPOST
- Overlay image onto a PDF filePOST
- General
- Split PDF pages into smaller sections
- Split PDFs by Chapters
- Split a PDF file into separate documents
- Auto split PDF pages into separate documents based on size or count
- Change the size of a PDF page/document
- Rotate a PDF file
- Remove pages from a PDF file
- Remove images from file to reduce the file size.
- Rearrange pages in a PDF file
- Convert a multi-page PDF into a single long page PDF
- Overlay PDF files in various modes
- Merge multiple pages of a PDF document into a single page
- Merge multiple PDF files into one
- Crops a PDF document
- Filter
- Convert
- Convert a URL to a PDF
- Convert PDF to XML
- Convert PDF to Word document
- Convert PDF to Text or RTF format
- Convert PDF to Presentation format
- Convert a PDF to a PDF/A
- Convert PDF to Markdown
- Convert PDF to image(s)
- Convert PDF to HTML
- Extracts a CSV document from a PDF
- Convert a Markdown file to PDF
- Convert images to a PDF file
- Convert an HTML or ZIP (containing HTML and CSS) to PDF
- Convert a file to a PDF using LibreOffice
- Analysis
- Info
- getUptime
- Application status and version
- POST request count
- Unique users count for POST requests
- POST requests count for all endpoints
- Unique users count for POST requests for all endpoints
- GET request count
- Unique users count for GET requests
- GET requests count for all endpoints
- Unique users count for GET requests for all endpoints
Get PDF document properties
POST
/api/v1/analysis/document-properties
Analysis
请求参数
Body 参数multipart/form-data
fileInput
file
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/analysis/document-properties' \
--form 'fileInput=@""'
返回响应
🟢200成功
*/*
Body
额外字段
string
可选
示例
{
"property1": "string",
"property2": "string"
}
修改于 2025-06-22 03:57:35