Jérémy FRERE
Jérémy FRERE
Alright so here's a very simple example .docx file: [example.docx](https://github.com/mwilliamson/mammoth.js/files/14335885/example.docx) What I'd like to get back would be either this: ```html This content is on page one. This one on...
It's working 🎉 If it starts breaking one day I'll know where to look :) Thanks!
Exact same thing here. I tried directly implementing the lib within my code, didn't work. Then I tried stripping it down a little, didn't work. Then I tried to copy...
@gregblass I think your issue is related to [this one](https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1982). I just encountered the same problem on a portrait PDF: I had a thin white border on the right side...
@unixmonkey Sorry I thought we were in `wkhtmltopdf`'s issues. My bad. I just posted a new issue there.
Maybe include this https://github.com/kreativgebiet/rich/pull/204 ? :)
We'd desperately need tests. It could possibly be done with traditionnal acceptance tests using Capybara and Poltergeist (headless browser with JS support), but maybe something like Jasmine or any other...
When working on #204 I tried using the dummy app inside the `test` folder but after editing the Gemfile, bundling, getting an error about a missing gem, editing the Gemfile,...
See my pull request : https://github.com/bastiaanterhorst/rich/pull/134