Package | Description |
---|---|
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
static IPdfFileEditor.ContentsResizeParameters |
IPdfFileEditor.ContentsResizeParameters.contentSize(double width,
double height)
Creates resize parameters with specified contents size.
|
static IPdfFileEditor.ContentsResizeParameters |
IPdfFileEditor.ContentsResizeParameters.contentSizePercent(double width,
double height)
Creates resize parameters with specified conets size in percents of initial page size.
|
static IPdfFileEditor.ContentsResizeParameters |
IPdfFileEditor.ContentsResizeParameters.margins(double left,
double right,
double top,
double bottom)
Creates resize parameters with specifed margins value.
|
static IPdfFileEditor.ContentsResizeParameters |
IPdfFileEditor.ContentsResizeParameters.marginsPercent(double left,
double right,
double top,
double bottom)
Creates resize parameters.
|
static IPdfFileEditor.ContentsResizeParameters |
IPdfFileEditor.ContentsResizeParameters.pageResize(double width,
double height)
Creates resize paramters for page resize.
|
static IPdfFileEditor.ContentsResizeParameters |
IPdfFileEditor.ContentsResizeParameters.pageResizePct(double widthPct,
double heightPct)
Creates resize paramters for page resize.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfFileEditor.resizeContents(IDocument source,
int[] pages,
IPdfFileEditor.ContentsResizeParameters parameters)
Resizes pages of document.
|
boolean |
PdfFileEditor.resizeContents(InputStream source,
OutputStream destination,
int[] pages,
IPdfFileEditor.ContentsResizeParameters parameters)
Resizes contents of pages of the document.
|
boolean |
PdfFileEditor.resizeContents(String source,
String destination,
int[] pages,
IPdfFileEditor.ContentsResizeParameters parameters)
Resizes contents of pages in document.
|
Copyright © 2018 Aspose. All Rights Reserved.