docx icon indicating copy to clipboard operation
docx copied to clipboard

a ruby library/gem for interacting with .docx files

Results 50 docx issues
Sort by recently updated
recently updated
newest added

Hello, I added a `append_entry` method, which be used to add additional entries to docx, such as media entry. When I changed word/document.xml for adding some picture, It won't be...

Here's an extremely rudimentary naive fuzzer for `docx` : ```ruby #!/usr/bin/env ruby ################################################### # ----------------------------------------------- # # Fuzz docx Ruby gem with mutated DOCX files # # ----------------------------------------------- # #...

bug

Not sure if this should be a bug report or a feature request. In any case, if there is an existing Issue for this, please just close, but I couldn't...

bug

This adds support for retrieving all of the header and footer documents embedded in the docx file, as well as the numbering docs. This is based on the work in...

When an invalid file is passed in and the Zip library throws an error, @zip is not set. Then the ensure runs and tries to close the zip var, which...

This PR adds support for the [highlight element](https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2003/aa172754(v=office.11)).

## Problem I need to get all paragraphs and tables in order they have in docx file. Is there any way I can do this? ## Solution May be just...

enhancement

Can watermark be supported, thanks

enhancement

Is it possible to hook into the change tracking functionality with this gem?

enhancement

## Describe the bug I have the following class to read from a template and create a new docx file:- require 'docx' ``` require 'docx' class DocX def generate_doc #...

bug