| 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:
|
| Modifier and Type | Method and Description |
|---|---|
Document |
DocumentsRequest.byID(String docid) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
DocumentsRequest.list() |
List<Document> |
DocumentsRequest.list(java.time.Instant createdBefore) |
List<Document> |
DocumentsRequest.upload(Collection files) |
List<Document> |
DocumentsRequest.upload(Collection tags,
Collection files) |
List<Document> |
DocumentsRequest.upload(File... files) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessedDocument
Entity representing a PDF document as conveyed as part of a
Proc response. |
Copyright © 2017 PDFDATA.io. All rights reserved.