public interface IFacade extends com.aspose.ms.System.IDisposable, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
bindPdf(IDocument srcDoc)
Binds PDF document for editing.
|
void |
bindPdf(InputStream srcStream)
Binds PDF document for editing.
|
void |
bindPdf(String srcFile)
Binds PDF document for editing.
|
void |
close()
Releases any resources associates with the current facade.
|
void bindPdf(String srcFile)
srcFile - The path of input PDF document.void bindPdf(InputStream srcStream)
srcStream - The stream of input PDF document.void bindPdf(IDocument srcDoc)
srcDoc - Input PDF document.void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2025 Aspose. All Rights Reserved.