ITeXOutputDirectory

All Implemented Interfaces: com.aspose.pdf.tex.ITeXInputDirectory

public interface ITeXOutputDirectory extends ITeXInputDirectory

Interface of generalized TeX output directory.

Methods

MethodDescription
getOutputFile(String fileName, String[] fullName)Returns the stream to write to.

getOutputFile(String fileName, String[] fullName)

public abstract OutputStream getOutputFile(String fileName, String[] fullName)

Returns the stream to write to.

Parameters:

ParameterTypeDescription
fileNamejava.lang.StringThe file name.
fullNamejava.lang.String[]The full file name.

Returns: java.io.OutputStream - The stream.