| Package | Description |
|---|---|
| io.pdfdata |
This package contains
API, the primary entry point for all of
PDFDATA.io access, and a variety of supporting
classes representing different resources available through the API. |
| io.pdfdata.model |
This package contains entity classes representing responses produced by
the PDFDATA.io API's resources:
|
| io.pdfdata.model.ops |
This package contains classes modeling each of the PDF content- and
data-extraction
Operations offered by
PDFDATA.io. |
| Class and Description |
|---|
| Document
Entity representing a PDF document.
|
| Info
Entity representing the response provided to requests to the PDFDATA.io API's root resource.
|
| Proc |
| Class and Description |
|---|
| BitmapResource |
| Bounds
A rectangular region, represented by its bottom-left (
Bounds.lx() and Bounds.by()) and
top-right (Bounds.rx() and Bounds.ty()) coordinates. |
| Dimensions
Entity conveying the width and height of a region, but not its position (contrast
Bounds). |
| Document
Entity representing a PDF document.
|
| Operation
Base class representing an operation.
|
| Operation.Result |
| Proc.Status |
| ProcessedDocument
Entity representing a PDF document as conveyed as part of a
Proc response. |
| Resource
Base class for binary data resources produced by some
Operations. |
| ResourcefulEntity |
| Class and Description |
|---|
| Operation
Base class representing an operation.
|
| Operation.Result |
| Page
Entity representing a page within a source PDF
Document. |
Copyright © 2017 PDFDATA.io. All rights reserved.