sablon icon indicating copy to clipboard operation
sablon copied to clipboard

Ruby Document Template Processor based on docx templates and Mail Merge fields.

Results 29 sablon issues
Sort by recently updated
recently updated
newest added

We have a unique usecase for one of our customers who would like to display a string property dependent on it's value in different font-colors. This would require us to...

Is there a way to let Sablon insert a template into another template? This would be helpful in a scenario in which a group of templates require the same content...

Is there a way to let Sablon insert mail merge fields into the word template? This would be helpful to build the template in the first place. I imagine the...

I've been trying to insert a dynamic hyperlink via a mailmerge field but am running into issues. The context json looks like ``` { "html:test_link": "Click me" } ``` And...

I'm working with a report, where I have some logo for which I am dynamically assigning width and height in properties, considering aspect ratio and other calc. I also have...

bug

Hello, I have multiple different size images and want to create a docx file with ```height: auto, width: 100%```. I can specify width in **cm** or **in** fixed but that...

Hi, I was wondering if you plan to support libreoffice as well? I use ODT by default and it would be really useful if the tool could support it natively...

help wanted
new feature

Is it possible to control the style (such as font-size and font-family) of HTML output in the template or does it have to be defined as an inline style? e.g....

question
html

When you have an inline placeholder image to be replaced (i.e. within image replacement fields), other non-placeholder images in the document after the placeholder image can end up being replaced...

bug