Package | Description |
---|---|
com.aspose.pdf.api |
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
PdfApi.GetDocument(String name,
String storage,
String folder)
GetDocument
Read common document info.
|
ResponseMessage |
PdfApi.GetDocumentWithFormat(String name,
String format,
String storage,
String folder,
String outPath)
GetDocumentWithFormat
Read common document info or convert to some format if the format specified.
|
ResponseMessage |
PdfApi.GetDownloadDocumentAttachmentByIndex(String name,
Integer attachmentIndex,
String storage,
String folder)
GetDownloadDocumentAttachmentByIndex
Download document attachment content by its index.
|
ResponseMessage |
PdfApi.GetImage(String name,
Integer pageNumber,
Integer imageNumber,
String storage,
String folder)
GetImage
Read document image by number.
|
ResponseMessage |
PdfApi.GetImageWithFormat(String name,
Integer pageNumber,
Integer imageNumber,
String format,
Integer width,
Integer height,
String storage,
String folder)
GetImageWithFormat
Extract document image in format specified.
|
ResponseMessage |
PdfApi.GetPage(String name,
Integer pageNumber,
String storage,
String folder)
GetPage
Read document page info.
|
ResponseMessage |
PdfApi.GetPageWithFormat(String name,
Integer pageNumber,
String format,
Integer width,
Integer height,
String storage,
String folder)
GetPageWithFormat
Convert document page to format specified.
|
ResponseMessage |
PdfApi.PutConvertDocument(String format,
String url,
String outPath,
File file)
PutConvertDocument
Convert document from request content to format specified.
|
Copyright © 2016. All rights reserved.