unioffice
unioffice copied to clipboard
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
## Description Is there a plan for the word document package to support html tags or how i can impliment the print the below in creating word ``` Bold firstBold...
## Description i got error while converting this docx to pdf, can anybody help [测试用户1_测试业务1_centos_DMSERVER20231215.docx](https://github.com/unidoc/unioffice/files/13680612/1_.1_centos_DMSERVER20231215.docx) ## Actual Behavior panic: runtime error: index out of range [0] with length 0 goroutine...
## Description Do you offer a path for developers to unit test application logic without counting against a metered license or does that require a perpetual license? ## Expected Behavior...
I see `ss.AddComment` for spreadsheet but not for a document. Is there a way to take a word doc, and add a new comment to a specific paragraph?
## Description I'm trying to get the page count of several office documents. However I've noticed that not all of them return the correct page count. It seems that in...
## Description Trying to convert a Word document to PDF gives a mostly blank PDF. ## Expected Behavior Using code from https://github.com/unidoc/unioffice-examples/blob/master/document/convert_to_pdf/main.go, I attempted to convert a document to PDF....
I used for _, bm := range doc.Bookmarks() to get different bookmarks, but how to get the real content contained in the specified bookmark and how to replace the content
## Description It would be Amazing to be able to add animations to PowerPoint, I am on project where I have to get a formula in Word and put it...
## Description Is there any way to know a text line belongs to which page in a .docx file? ## Expected Behavior We should have an attribute in a text...