danielsaidi / RichTextKit

RichTextKit is a Swift SDK that helps you use rich text in Swift and SwiftUI.
MIT License
950 stars 126 forks source link

Can we export to Word (doc or docx) file? #88

Closed Stefan-UIT closed 1 year ago

Stefan-UIT commented 1 year ago

the export pdf function is working good. There are other options like archivedData, plainText, rtf and vendorArchivedData. But I'm looking an option to export to Word (doc or docx) file, any ideas?

danielsaidi commented 1 year ago

I haven't found a way to export to Word yet, but if you find one I could add the menu item.

Stefan-UIT commented 1 year ago

i will figure it out myself, thanks so much for the quick response, I really appreciate it!

danielsaidi commented 1 year ago

Hope you manage to solve it! :) If you find a solution you want to share, I'd be happy to add it.