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

When I run my application I get > in `initialize': uninitialized constant Zip::File (NameError)

Hello, I want to use this gem to detect if the docx file has a blank page then trim it, can I achieve this by using this gem? Thank you...

## Describe the bug Upgrading gem from 0.4 to 0.6. Code no longer works since I call Document.open with a ```Pathname``` ## To Reproduce see example ### example ```rb require...

bug

Need to import picture inplace of bookmark

enhancement

Hello! Since OpenOffice XML distinguishes into paragraphs and tables, but every table cell also appears as a paragraph: is there any way to access only those paragraphs that are not...

enhancement

## Describe the bug 1/ My word document has not bookmarked. So how to write data to word? 2/ I have the word ![image](https://user-images.githubusercontent.com/59222278/91130657-2799c480-e6d6-11ea-8c9b-f6c887a9378b.png) How to keep the format when...

bug

## Describe the bug I am reading a Docx file saved as Blob field in Mysql database. The output from the Mysql table is in the form of a Binary...

bug

I wondered if this gem could be used to insert more complex elements into a document like tables. Thanks

I'm trying to figure out how to replace the paragraphs with translated text. I can't quite figure out how the 'replace_entry' function works. Is that the best way to go...

is it possible to create a password protected document using this library?

question