Hacker News new | ask | show | jobs
by mitchas 3060 days ago
That's the hardest part of making an online resume generator. No real way to generate a .doc/x...

But good idea to let people know. I'll add it to the landing page.

3 comments

You can generate Open Xml documents with the SDK. https://msdn.microsoft.com/en-us/library/aa982683(v=office.1...
It's actually feasible to generate a .docx, especially when using anchors for text.

But .odt is much easier.