@jsreport/jsreport-docx
v4.6.0
Published
jsreport recipe rendering docx files
Downloads
9,449
Readme
@jsreport/jsreport-docx
jsreport recipe for creating docx reports
See the documentation https://jsreport.net/learn/docx
Changelog
4.6.0
- update axios to fix audit
docxHtml
ol lists now support thestart
attribute- fix
docxStyle
working with tables - add
docxObject
helper to allow embeddingdocx
file into another docx
4.5.0
- docxHtml table cell support for vertical-align style
- fix docxHtml throwing error when table have a div as sibling with two inline elements
- usage of Handlebars.createFrame should inherit existing data to ensure it correctly propagates existing values
4.4.0
- use decodeURIComponentRecursive helper to handle better different cases of MS Programs storing target urls encoded multiple times
- docxHtml: add support for generating nested tables
- docxHtml: support for table, row, cell background color and color styles
4.3.0
- add support for using docxStyle in loop
- docxHtml: fix icon used in third level of lists and don't break when rendering list with level greater than max level (9)
- improve error message when fetching images, include url to image in the message
- docxHtml: add padding, margin support for cells
- docxHtml: add border support for table, cell
- docxHtml: fix rendering multiple paragraphs in single cell
4.2.1
- docxHtml: fix title and list not working when having a wrapping tag
4.2.0
- add support for docxStyle to target paragraph, cell, row so styles can be applied to container instead of just text
- docxHtml: fix case when nested ul/li not rendering in the correct order
- allow customizing bookmark of docxImage and general normalization of bookmarks
- fix concat tags logic
- docxImage: optimization when rending a lot of remote images
- internal changes to support new
response.output
api
4.1.1
- fix data access to @root data variables
4.1.0
- fix handling of heading titles that dont have prefix (style ids that use just numbers, like the case when docx is generated when chinese is the default language)
docxRaw
support to get xml from inline string in docx- docxImage add support for fallbackSrc, failurePlaceholderAction options
- add support for svg images in docxImage
- allow
docxChild
handlebars content to be evaluated as part of the caller document
4.0.1
- remove NUL, VERTICAL TAB characters
4.0.0
- minimum node.js version is now
18.15.0
- update studio build against new webpack and babel
- fix docxHtml should not normalize space of elements that have siblings in the content
3.7.2
- fix table cells not being well-formed when user uses conditions (#if) across table rows and cells
- support setting docxImage src from async result
3.7.1
- fix docx rendering with handlebars partials
3.7.0
- fix
template.docx.templateAsset
from payload not overwriting thetemplate.docx.templateAssetShortid
- fix parsing of end of
if
and start of anotherif
in same line - add support for
table
tag indocxHtml
helper - add support for
img
tag indocxHtml
helper
3.6.0
- make
docxStyle
work in document header/footer - add
docxChild
helper to allow merging text of another docx - accept buffer strings as base64 and throw better error when failed to parse office template input
- make
docxImage
anddocxChart
to work in document header/footer - make
docxHtml
work in document header/footer
3.5.1
- fix normalizing space for middle text element in
docxHtml
3.5.0
- add initial support for embedding html in docx (docxHtml helper)
- add helper
docxTOCOptions
to support configuring TOC behavior (only option available there right now isupdateFields
which controls if the generated docx file should show a prompt when it is being open in Word to decide if the TOC should be updated)
3.4.0
- add updateFields setting on docx when there is TOC, this allows MS Word to ask the user to update the page numbers of TOC when the document is opened
- support configuring watermark options
- add support for removal of conditional TOC titles
3.3.1
- changes to enable caching of system helpers
3.3.0
- make TOC logic to work with documents created with other languages
- add backgroundColor support for docxStyle
3.2.0
- update table of contents in docx
- add support for defining merged cells in dynamic table
3.0.0-beta.1
Adaptations for the v3 APIs