for_printing property

for_printing property

Enables optimization the output HTML for printing.

Remarks

Enable this option to convert the output HTML pages to the vector SVG format.

For details and code example, see the documentation.

Definition:

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

See Also