IFacade

All Implemented Interfaces: com.aspose.ms.System.IDisposable, java.io.Closeable

public interface IFacade extends System.IDisposable, Closeable

General facade interface that defines common facades methods.

Methods

MethodDescription
bindPdf(String srcFile)Binds PDF document for editing.
bindPdf(InputStream srcStream)Binds PDF document for editing.
bindPdf(IDocument srcDoc)Binds PDF document for editing.
close()Releases any resources associates with the current facade.

bindPdf(String srcFile)

public abstract void bindPdf(String srcFile)

Binds PDF document for editing.

Parameters:

ParameterTypeDescription
srcFilejava.lang.StringThe path of input PDF document.

bindPdf(InputStream srcStream)

public abstract void bindPdf(InputStream srcStream)

Binds PDF document for editing.

Parameters:

ParameterTypeDescription
srcStreamjava.io.InputStreamThe stream of input PDF document.

bindPdf(IDocument srcDoc)

public abstract void bindPdf(IDocument srcDoc)

Binds PDF document for editing.

Parameters:

ParameterTypeDescription
srcDocIDocumentInput PDF document.

close()

public abstract void close()

Releases any resources associates with the current facade.