Code Monkey home page Code Monkey logo

Comments (6)

rafez avatar rafez commented on July 24, 2024

Have managed to develop a bug fix for this. Issue lies in
lib\htmltoword\document.rb line 14
replace

         File.open(file_path, "w") do |out|

with

        File.open(file_path, "wb") do |out| 

To ensure that files are written back in binary.
I'll try and issue a git pull request for this change,

from htmltoword.

anitsirc avatar anitsirc commented on July 24, 2024

Great!

from htmltoword.

rafez avatar rafez commented on July 24, 2024

Code merged into master. Closing issue.

from htmltoword.

rafez avatar rafez commented on July 24, 2024

In the Rubygem v0.4.4 - this bug has regressed back to the broken version, without the

File.open(file_path, "wb") do |out| 

It appears the document.rb in the gem is not the same as that on github, even if you point your Gemfile to github as in

gem 'htmltoword', :git => "https://github.com/karnov/htmltoword.git"

from htmltoword.

anitsirc avatar anitsirc commented on July 24, 2024

I just downloaded and unpacked the gem straight from rubygems, the create_and_save method does open the file with the wb options, maybe it's something else? I don't use windows, so it's a bit hard to debug πŸ˜•

from htmltoword.

rafez avatar rafez commented on July 24, 2024

I did the same as you, and yes, the extracted gem has the wb is correctly there. Did a bundle clean -force and reinstalled all gems from scratch, all seems to be ok now. Very odd. Closing call for the moment, unless I can repeat.

from htmltoword.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.