I have a template for an item (a product), it's basically a table with the product's data, is there a way i can generate a docx with several products? is merging documents supported, or something similar?
That type of usage isn't supported since merging docx files is tricky but depending on what you're trying to accomplish a loop might be sufficient if you are simply building rows of a table.
Hello,
I have a template for an item (a product), it's basically a table with the product's data, is there a way i can generate a docx with several products? is merging documents supported, or something similar?