Will this work even if for files like these?

@admin perfect, i didn't try. will this make it that JSreport should use those fonts?
On my local PC, I have installed fonts, which I use in my word files. Now that I'm using this amazing tool to generate Word file automatically on my server, I'm missing my custom fonts. What can I do for this?
Thank you so much @admin. One more question: with that (or with stored templates), how can I add custom fonts for use in the template?
@jan_blaha thanks for the link. But that only shows example of how to send chrom-pdf recipe. I want to send "DOCX" template within request. Can "Content" be a file?
HI and thanks for everything!
Using xlsx recipe, and inserting image using
{{#xlsxAddImage "logo" "sheet1.xml" 0 0 2 2}}
{{imageBase64}}
{{/xlsxAddImage}}
Can we make it that the image should be inserted with dynamic size? so it doesn't get squeezed or streched?
because currently, if the image is not the same size as the provided range of cells (e.g. 0 0 2 2), then it gets squeezed or streched. can we avoid or work around that?
what I think would be a solution is if we can modify the size of the cells base on the ratio of the image, after inserting, that could help, but I'm not sure how to do that
thanks!!!!
HI and thanks for everything!
Can we make it that the image should be inserted with dynamic size? so it doesn't get squeezed or streched?
because currently, if the image is not the same size as the provided range of cells (e.g. 0 0 2 2), then it gets squeezed or streched. can we avoid or work around that?
what I think would be a solution is if we can modify the size of the cells base on the ratio of the image, after inserting, that could help, but I'm not sure how to do that
thanks!!!!