docx
docx copied to clipboard
a ruby library/gem for interacting with .docx files
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...
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...
## Describe the bug 1/ My word document has not bookmarked. So how to write data to word? 2/ I have the word  How to keep the format when...
## 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...
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?