use_pdf property

use_pdf property

If true, the input firstly is converted to PDF and after that to desired format.

Definition:

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

See Also