All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.documents4j.api.IConversionJobWithSourceUnspecified Maven / Gradle / Ivy

There is a newer version: 1.1.12
Show newest version
package com.documents4j.api;

/**
 * A conversion job where the document type of the source document is not yet specified.
 */
public interface IConversionJobWithSourceUnspecified {

    /**
     * Defines the source document type for the given input document.
     *
     * @param sourceFormat The document type of the source document.
     * @return The current conversion specification.
     */
    IConversionJobWithSourceSpecified as(DocumentType sourceFormat);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy