public class PD4Document extends PdfDocument
pdf
Constructor and Description |
---|
PD4Document(byte[] bytes,
String password) |
PD4Document(InputStream stream,
String password) |
PD4Document(URL url,
String password) |
mergePDFs
append, computeScope, deletePage, dumpOutlines, getAuthor, getCreationDate, getCreator, getKeywords, getMetadata, getModDate, getNumberOfPages, getPageContent, getPdfFormatVersion, getPermissions, getProducer, getSubject, getTitle, overlay, overlay, read, setAuthor, setCreator, setKeywords, setModDate, setSubject, setTitle, underlay, underlay, write, write
public PD4Document(byte[] bytes, String password) throws InvokeException
bytes
- PDF document as an array of bytespassword
- if any. "null" for not protected PDF documentsInvokeException
- by invalid call parameterspublic PD4Document(InputStream stream, String password) throws InvokeException
stream
- PDF document input streampassword
- if any. "null" for not protected PDF documentsInvokeException
- by invalid call parameterspublic PD4Document(URL url, String password) throws InvokeException
url
- PDF document URLpassword
- if any. "null" for not protected PDF documentsInvokeException
- by invalid call parametersRevision 4.0.15 / 20220727-0149