Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Method and Description |
---|---|
Configuration.Attachment |
Configuration.Attachment.setData(byte[] value)
The binary content of the attachment.
|
Configuration.Attachment |
Configuration.Attachment.setDescription(String value)
The description of the attachment.
|
Configuration.Attachment |
Configuration.Attachment.setName(String value)
The file name associated with the attachment.
|
Configuration.Attachment |
Configuration.Attachment.setUrl(String value)
If
Configuration.Attachment.setData(byte[]) is not set or set to null , the attachment will be
retrieved from this URL. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setAttachments(Configuration.Attachment[] values)
Adds a file attachment to PDF document.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.