Probesys / lotemplate

LOTemplate is document generator used to create documents programatically (ODT, DOCX, PDF) from a template (DOCX or ODT) and a json file.
GNU Affero General Public License v3.0
23 stars 1 forks source link

Html statement (to merge after for-statement) #12

Closed philippe-levan closed 1 year ago

philippe-levan commented 1 year ago

Allow to convert HTML code inside a odt document to a formated text. It uses the paste from HTML function to interpret the HTML.

It can be used to interpret HTML located in a variable or generated by a for loop.

Changes

Checklist