Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
com.realobjects.pdfreactor.contentobserver |
The Content Observer result and related objects, inlcuding Exceeding Content, Missing Resources, Connections.
|
Modifier and Type | Method and Description |
---|---|
Configuration.KeyValuePair |
Configuration.KeyValuePair.setKey(String value)
The key.
|
Configuration.KeyValuePair |
Configuration.KeyValuePair.setValue(String value)
The value.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setAuthenticationCredentials(Configuration.KeyValuePair value)
Enables access to resources that are secured via Basic or Digest authentication.
|
Configuration |
Configuration.setCookies(Configuration.KeyValuePair[] values)
Adds a cookie to all outgoing HTTP connections.
|
Configuration |
Configuration.setCustomDocumentProperties(Configuration.KeyValuePair[] values)
Adds a custom property to the PDF document.
|
Configuration |
Configuration.setRawCookies(Configuration.KeyValuePair[] values)
Adds a cookie to all outgoing HTTP connections.
|
Configuration |
Configuration.setRequestHeaders(Configuration.KeyValuePair[] values)
Adds a request header to all outgoing HTTP connections.
|
Modifier and Type | Method and Description |
---|---|
Configuration.KeyValuePair[] |
Connection.getRequestHeaders()
The request headers.
|
Configuration.KeyValuePair[] |
Connection.getResponseHeaders()
The response headers.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.