/pdf/measures
Obtain PDF measures and meta info
Request example
POST {{host}/pdf/measures
Content-Type: multipart/form-data
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6...
file: Dummy.pdfResponse example
{
"height": 841.889763779528,
"width": 595.303937007874,
"pages": 1,
"irregular": false,
"pageMeasures": [
{
"page": 1,
"height": 841.889763779528,
"width": 595.303937007874
}
],
"formsDetected": false,
"writable": true,
"acro": false,
"xfa": false
}Updated 4 months ago
