Will this work even if for files like these?
Posts made by PhilZantiff
-
RE: docx add custom fonts
@admin perfect, i didn't try. will this make it that JSreport should use those fonts?
-
docx add custom 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?
-
RE: Passing the jsreport template as parameter to api/report
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?
-
RE: Passing the jsreport template as parameter to api/report
@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?
-
Dynamically resize cells after #xlsxAddImage base on image size
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!!!!
-
RE: Inserting Image in xlsx sheet
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!!!!