:tocdepth: 3
:py:mod:`gws.lib.htmlx`
=======================
.. py:module:: gws.lib.htmlx
**Source code:** :source:`gws.lib.htmlx`
Package Contents
----------------
.. py:function:: render_to_pdf(html, out_path: str, page_size: gws.UomSize = None, page_margin: gws.UomExtent = None) -> str
.. py:function:: render_to_png(html, out_path: str, page_size: gws.UomSize = None, page_margin: list[int] = None) -> str