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

For some reason (maybe copy & paste), we ended up with a text field containing `\u0002` char (Start of Text), and this broke document generation with Sablon ### Minimum reproducible...

Hello, I know it is not a best practice, but I need to include another table (Table2) within the current table (Table1). Table1 is getting generated in the loop and...

Make the gem more secure by requiring that all privileged operations by any of the owners require OTP. Ref: https://guides.rubygems.org/mfa-requirement-opt-in/

- Test against all supported Ruby versions - Test ruby-head as experimental - Use a gemfile specific for CI to avoid issues with committed Gemfile.lock

I'm trying to inject the following html paragraph to a docx file I'm getting an error when opening it: test What I've figure out is that sablon, apparently, is not...

Sometimes we have to obtain image regarding block drawing attributes

Due to underlying differences in the jruby and MRI xml libraries in nokogiri, sablon doesn't currently work well in jruby. This PR improves the situation by fixing the ComplexField class...

Put a test here to demonstrate the problem, but I'm not sure where to add a 'fix'. General issue is that re-using a context object with images fails on subsequent...

My application allows users to work with markdown which I run through a processor to produce HTML and then insert into a document via an html block. One particular user...