Class LaTeXRepairer
Class LaTeXRepairer
Namespace: Aspose.TeX.Features
Assembly: Aspose.TeX.dll (25.2.0)
Implements LaTeX files repair feature.
public class LaTeXRepairer
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LaTeXRepairer(string, LaTeXRepairerOptions)
Creates a new instance.
public LaTeXRepairer(string path, LaTeXRepairerOptions options)
Parameters
path
string
The path to the TeX file.
options
LaTeXRepairerOptions
Repair options.
Methods
Run()
Runs LaTeX file repair and check jobs.
public TeXJobResult Run()
Returns
The result of the job execution.