IConversionFrom
Leave feedback
On this page
public interface IConversionFrom
Setup source for conversion
| Method | Description |
|---|---|
| load(String fileName) | Set source document fileName |
| load(String[] fileName) | Set source documents array |
| load(DocumentStreamProvider documentStreamProvider) | Set source document stream |
| load(DocumentStreamsProvider documentStreamProvider) | Set source documents streams array |
public abstract IConversionLoadOptionsOrSourceDocumentLoaded load(String fileName)
Set source document fileName
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileName | java.lang.String | Source document |
Returns: IConversionLoadOptionsOrSourceDocumentLoaded
public abstract IConversionLoadOptionsOrSourceDocumentLoaded load(String[] fileName)
Set source documents array
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileName | java.lang.String[] | Set of source documents |
Returns: IConversionLoadOptionsOrSourceDocumentLoaded
public abstract IConversionLoadOptionsOrSourceDocumentLoaded load(DocumentStreamProvider documentStreamProvider)
Set source document stream
Parameters:
| Parameter | Type | Description |
|---|---|---|
| documentStreamProvider | DocumentStreamProvider | Source document stream provider |
Returns: IConversionLoadOptionsOrSourceDocumentLoaded
public abstract IConversionLoadOptionsOrSourceDocumentLoaded load(DocumentStreamsProvider documentStreamProvider)
Set source documents streams array
Parameters:
| Parameter | Type | Description |
|---|---|---|
| documentStreamProvider | DocumentStreamsProvider | Source document streams provider |
Returns: IConversionLoadOptionsOrSourceDocumentLoaded
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.