use_pdf property

use_pdf property

The option to use PDF for the conversion (default is False).

Definition:

@property
def use_pdf(self):
    ...
@use_pdf.setter
def use_pdf(self, value):
    ...

See Also