Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
PdfFormat |
PdfFormatConversionOptions.getFormat()
PDF format.
|
PdfFormat |
Document.getPdfFormat()
Gets pdfa format
|
PdfFormat |
IDocument.getPdfFormat() |
static PdfFormat |
PdfFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfFormat[] |
PdfFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Document.convert(OutputStream outputLogStream,
PdfFormat format,
int action)
Convert document and save errors into the specified stream.
|
boolean |
IDocument.convert(OutputStream outputLogStream,
PdfFormat format,
int action) |
boolean |
Document.convert(String outputLogFileName,
PdfFormat format,
int action)
Convert document and save errors into the specified file.
|
boolean |
IDocument.convert(String outputLogFileName,
PdfFormat format,
int action)
Convert document and save errors into the specified file.
|
boolean |
Document.convert(String outputLogFileName,
PdfFormat format,
int action,
int transparencyAction)
Convert document and save errors into the specified file.
|
boolean |
IDocument.convert(String outputLogFileName,
PdfFormat format,
int action,
int transparencyAction)
Convert document and save errors into the specified file.
|
boolean |
Document.convertInternal(com.aspose.ms.System.IO.Stream outputLogStream,
PdfFormat format,
int action)
Convert document and save errors into the specified stream.
|
boolean |
IDocument.convertInternal(com.aspose.ms.System.IO.Stream log,
PdfFormat _convertTo,
int none)
Internal method
|
void |
PdfFormatConversionOptions.setFormat(PdfFormat value)
PDF format.
|
boolean |
Document.validate(OutputStream outputLogStream,
PdfFormat format)
Validate document into the specified file.
|
boolean |
IDocument.validate(OutputStream outputLogStream,
PdfFormat format)
Validate document into the specified file.
|
boolean |
Document.validate(String outputLogFileName,
PdfFormat format)
Validate document into the specified file.
|
boolean |
IDocument.validate(String outputLogFileName,
PdfFormat format)
Validate document into the specified file.
|
Constructor and Description |
---|
PdfFormatConversionOptions(OutputStream outputLogStream,
PdfFormat format,
int action)
Constructor
|
PdfFormatConversionOptions(PdfFormat format)
Constructor
|
PdfFormatConversionOptions(PdfFormat format,
int action)
Constructor
|
PdfFormatConversionOptions(String outputLogFileName,
PdfFormat format)
Constructor
|
PdfFormatConversionOptions(String outputLogFileName,
PdfFormat format,
int action)
Constructor
|
PdfFormatConversionOptions(String outputLogFileName,
PdfFormat format,
int action,
int transparencyAction)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setConvertTo(PdfFormat value)
Sets PDF file format.
|
void |
FormEditor.setConvertTo(PdfFormat value)
Sets
PdfFormat PDF file format. |
void |
IForm.setConvertTo(PdfFormat value)
Sets PDF file format.
|
void |
IFormEditor.setConvertTo(PdfFormat value)
Sets
PdfFormat PDF file format. |
void |
IPdfFileEditor.setConvertTo(PdfFormat value)
Sets PDF file format.
|
void |
IPdfFileStamp.setConvertTo(PdfFormat value)
Sets PDF file format.
|
void |
PdfFileEditor.setConvertTo(PdfFormat value)
Sets PDF file format.
|
void |
PdfFileStamp.setConvertTo(PdfFormat value)
Sets PDF file format.
|
void |
PdfFileStampWeb.setConvertTo(PdfFormat value)
Sets PDF file format.
|