Interface IConversionJobWithSourceUnspecified


  • public interface IConversionJobWithSourceUnspecified
    A conversion job where the document type of the source document is not yet specified.
    • Method Detail

      • as

        IConversionJobWithSourceSpecified as​(DocumentType sourceFormat)
        Defines the source document type for the given input document.
        Parameters:
        sourceFormat - The document type of the source document.
        Returns:
        The current conversion specification.