custom_css_style property

custom_css_style property

The custom CSS style to be applied to the document during conversion, which will be inserted into the document’s <head> tag to customize rendering.

Definition:

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

See Also