Table - print / pdf output

hi, up to now, i can't buid a fillable pdf from a table (by service), another way to print

table data, html output? build a pdf file and no to attach it to the table record?

thanks in advance

Lea

Hi Lea, i once had a case like this. I went through the table line by line with JavaScript and transferred the cell contents as desired to a multiline text field. I then transferred the text field to the PDF. It certainly depends on how complex the table is. Kind regards,

thanks Vici!!