public interface IConversionFrom
| Modifier and Type | Method and Description |
|---|---|
IConversionLoadOptionsOrSourceDocumentLoaded |
load(DocumentStreamProvider documentStreamProvider)
Set source document stream
|
IConversionLoadOptionsOrSourceDocumentLoaded |
load(DocumentStreamsProvider documentStreamProvider)
Set source documents streams array
|
IConversionLoadOptionsOrSourceDocumentLoaded |
load(String fileName)
Set source document fileName
|
IConversionLoadOptionsOrSourceDocumentLoaded |
load(String[] fileName)
Set source documents array
|
IConversionLoadOptionsOrSourceDocumentLoaded load(String fileName)
fileName - Source documentIConversionLoadOptionsOrSourceDocumentLoaded load(String[] fileName)
fileName - Set of source documentsIConversionLoadOptionsOrSourceDocumentLoaded load(DocumentStreamProvider documentStreamProvider)
documentStreamProvider - Source document stream providerIConversionLoadOptionsOrSourceDocumentLoaded load(DocumentStreamsProvider documentStreamProvider)
documentStreamProvider - Source document streams providerCopyright © 2026. All rights reserved.