Hello,
I have a flow to generate a table and generate a pdf, but it is generated to the side and, as there are several fields or values, they do not fit on the print sheet to the side. How can I make the table vertical and not horizontal?
The function I use is:
Concat('<!DOCTYPE html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Tabla</title><meta name="author" content="xxx"/></head><body><style>Table {font-family: Arial, Helvetica, sans-serif; background-color: #EEEEEE; border-collapse: collapse; width: 100%;} Table td, Table th {border: 1px solid #ddd; padding: 3px 3px;} Table th {font-size: 15px; font-weight: bold; padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #1C6EA4; color: white;}</style><h1><a name="bookmark0">Registros SAG</a></h1><p>Datos</p><p></p>',body('Crear_tabla_HTML'),body('Crear_tabla_HTML_2'),body('Crear_tabla_HTML_3'),body('Crear_tabla_HTML_4'),'</body></html>')
Thanks¡

Report
All responses (
Answers (