DEV Community

Taylor Arndt
Taylor Arndt

Posted on

SwiftDocX: Pure Swift Library for Word Documents (.docx)

I'm excited to share my first Swift package - SwiftDocX!

What is it?

SwiftDocX is a pure Swift library for reading and creating Word documents (.docx). No C++ bindings, no paid SDKs - just native Swift that works across all Apple platforms.

Features

  • Read and write .docx files
  • Full formatting support
  • Tables, lists, and headings
  • Swift Package Manager ready
  • MIT licensed

Why I built this

I needed native Word document support without C++ dependencies or paid SDKs. So I built SwiftDocX to fill that gap in the Swift ecosystem.

Get Started

Check it out on the Swift Package Index:
https://swiftpackageindex.com/Techopolis/SwiftDocX

GitHub Sponsors:
https://github.com/sponsors/taylorarndt

Feedback Welcome!

This is my first open source Swift package. If you have suggestions for improvements or ideas for what's next, I'd love to hear them!

Completely optional - your feedback already means a lot.

Top comments (0)