thanks for the template, i will get to this soon.

BORIS MATOS MORILLO
@bjrmatos
Posts made by bjrmatos
-
RE: Want to nest the fields of "docxTable" into a child table
-
RE: docx template problem with docxHtml
hi! what you are describing is how
docxHtml
works by default, it is mentioned in the docs, if you want to preserve content defined in the same paragraph that containsdocxHtml
call then you need to use inline mode -
RE: Hybrid "docxTable" in the docx template
hi! what you are asking is likely not possible at the moment but to be really sure i would need to know the exact output you want to produce. perhaps you can help a lot by sharing what would be your data, what is the output you expect to get and what is the ideal way you expect to define your template in the docx.
-
RE: Want to nest the fields of "docxTable" into a child table
hi! can you please share the docx template and the data for this example? i think this should work and likely requires minor changes but i would love not to have to re-create the example if you already have it.
-
RE: Issue with Memory Consumption and OOM Errors When Using docxImage with Base64 Images
as part of jsreport
4.9.0
we can use a custom loader function to control how images are fetched. this can be used in bothdocxImage
anddocxHtml
, see the updated docs 1, 2. -
RE: html-to-xlsx tables with merged cells missing last row
thanks, we are going to take a look after the jsreport
4.9.0
release (which we are currently preparing right now) -
RE: Using local chart js reference
hi! you need to download chartjs and upload it to the studio (you can drag and drop the js file for chartjs to the studio entity tree) as an asset, then you just need to reference it in your html.
-
RE: Docx create shapes or dynamic fill color
@Aylarann ok, i have created a request to support this, you can subscribe here to get updates when there is progress about it.
-
RE: No table border to docxHtml table
i think it is available from 4.4.0, anyway, you should update when you can to ensure it includes any bug fixes.
-
RE: No table border to docxHtml table
hi!
you can set table style to
style="border: 0px solid red;"
and ensure cells do not set any border styles and it should produce table with no borders