Apache PDFBox · Example Payload

Apache Pdfbox Page List Example

Document ProcessingJavaPDFText ExtractionApacheOpen Source

Apache Pdfbox Page List Example is an example object payload from Apache PDFBox, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

documentIdtotalPagespages

Example Payload

Raw ↑
{
  "documentId": "500123",
  "totalPages": 1234,
  "pages": [
    {}
  ]
}