Untitled
...
Bibliotecas
Html to PDF
5 min
utilizado para criar pdf através de html atalhos docid\ gxposn1z303i53dgvr51h docid\ gxposn1z303i53dgvr51h métodos from string \ @param html the string containing the html \ @returns the bytes of the generated pdf htmltopdf from string(html) \ example usage local html = "\<html>\<body>\<h1>meu html em pdf\</h1>\</body>\</html>" local bytes = htmltopdf from string(html) from url \ @param url the url to get the html \ @returns the bytes of the generated pdf htmltopdf from url(url) \ example usage local bytes = htmltopdf from url("https //www google com/")