Feature for testing the presence of pdf2svg
#
- sage.features.pdf2svg.all_features()#
- class sage.features.pdf2svg.pdf2svg(*args, **kwds)#
Bases:
Executable
A
Feature
describing the presence ofpdf2svg
EXAMPLES:
sage: from sage.features.pdf2svg import pdf2svg sage: pdf2svg().is_present() # optional - pdf2svg FeatureTestResult('pdf2svg', True)