Package | Description |
---|---|
com.aspose.pdf.api |
Modifier and Type | Method and Description |
---|---|
DocumentResponse |
PdfApi.PostAppendDocument(String name,
String appendFile,
Integer startPage,
Integer endPage,
String storage,
String folder,
AppendDocument body)
PostAppendDocument
Append document to existing one.
|
DocumentResponse |
PdfApi.PutCreateDocument(String name,
String templateFile,
String dataFile,
String templateType,
String storage,
String folder)
PutCreateDocument
Create new document.
|
DocumentResponse |
PdfApi.PutMergeDocuments(String name,
String storage,
String folder,
MergeDocuments body)
PutMergeDocuments
Merge a list of documents.
|
Copyright © 2016. All rights reserved.