How to link different bookmark
-
it seems some helpers are missing in your playground, when running i get
Error while executing docx recipe (because) error when evaluating engine handlebars for template anonymous (because) "docxContext" helper call failed (because) missing helper: "eq"
can you please update it to include your custom helpers?
-
oh sorry, just added it into demo
-
i am checking the template but the docx you show on the screenshot does not look the same as the one provided in the playground (i don't see a docx table with an image in cells) http://localhost:5488/studio/templates/282GZbaS1f
can you verify?
-
sorry, i missed the Appendix A Section, just added it, plz check again
-
i still see just the Appendix B section here https://playground.jsreport.net/w/xGreylee/uqT4dkjc
are you sure you have updated it?
make sure it is the same playground link, if not share the new one.
-
sorry, i think i forgot to commit the changes before, u should be able to see the Appendix A Section now.
-
Thanks for the support. This helped me in my work at site.
-
an update: i am still working on the api changes to support this case, so i will update here when it is ready
-
ok, thx for your effort to this function implement , my friend @bjrmatos
-
@xGreylee this feature was landed on jsreport 4.3.0 check the updated docs for it
Each image generated by docxImage generates a bookmark that points to the new image, customizing the bookmark (with bookmarkName option) will allow for other images to be able to create hyperlinks that target this specific image (just make sure to make the hyperlink of an image dynamic too with handlebars, the requirement is that the target resolves to #bookmarkName). using these two features, the custom bookmark name and the dynamic hyperlink target will allow to achieve dynamic linking between images in the document.