ITeXOutputDirectory
All Implemented Interfaces: com.aspose.pdf.tex.ITeXInputDirectory
public interface ITeXOutputDirectory extends ITeXInputDirectory
Interface of generalized TeX output directory.
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| fileName | java.lang.String | The file name. |
| fullName | java.lang.String[] | The full file name. |
Returns: java.io.OutputStream - The stream.