Apache PDFBox · Example Payload

Apache Pdfbox Page Info Example

Document ProcessingJavaPDFText ExtractionApacheOpen Source

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

Top-level fields

pageNumberwidthheightrotation

Example Payload

Raw ↑
{
  "pageNumber": 1234,
  "width": 0.5,
  "height": 0.5,
  "rotation": 1234
}