public interface IFacade
extends com.aspose.ms.System.IDisposable
| 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()
Copyright © 2016 Aspose. All Rights Reserved.