IConversionFrom

public interface IConversionFrom

Setup source for conversion

Methods

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

load(String fileName)

public abstract IConversionLoadOptionsOrSourceDocumentLoaded load(String fileName)

Set source document fileName

Parameters:

Parameter Type Description
fileName java.lang.String Source document

Returns: IConversionLoadOptionsOrSourceDocumentLoaded

load(String[] fileName)

public abstract IConversionLoadOptionsOrSourceDocumentLoaded load(String[] fileName)

Set source documents array

Parameters:

Parameter Type Description
fileName java.lang.String[] Set of source documents

Returns: IConversionLoadOptionsOrSourceDocumentLoaded

load(DocumentStreamProvider documentStreamProvider)

public abstract IConversionLoadOptionsOrSourceDocumentLoaded load(DocumentStreamProvider documentStreamProvider)

Set source document stream

Parameters:

Parameter Type Description
documentStreamProvider DocumentStreamProvider Source document stream provider

Returns: IConversionLoadOptionsOrSourceDocumentLoaded

load(DocumentStreamsProvider documentStreamProvider)

public abstract IConversionLoadOptionsOrSourceDocumentLoaded load(DocumentStreamsProvider documentStreamProvider)

Set source documents streams array

Parameters:

Parameter Type Description
documentStreamProvider DocumentStreamsProvider Source document streams provider

Returns: IConversionLoadOptionsOrSourceDocumentLoaded