Apache PDFBox · Example Payload

Apache Pdfbox Document Info Example

Document ProcessingJavaPDFText ExtractionApacheOpen Source

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

Top-level fields

documentIdtitlepageCountfileSizeversion

Example Payload

Raw ↑
{
  "documentId": "500123",
  "title": "example",
  "pageCount": 1234,
  "fileSize": 1234,
  "version": "example"
}