Feature for testing the presence of pdf2svg#
- sage.features.pdf2svg.all_features()#
- class sage.features.pdf2svg.pdf2svg(*args, **kwds)#
Bases:
ExecutableA
Featuredescribing the presence ofpdf2svgEXAMPLES:
sage: from sage.features.pdf2svg import pdf2svg sage: pdf2svg().is_present() # optional - pdf2svg FeatureTestResult('pdf2svg', True)