Y
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
titanix2
3060 days ago
You can generate Open Xml documents with the SDK.
https://msdn.microsoft.com/en-us/library/aa982683(v=office.1...
link
thrownaway954
3060 days ago
https://github.com/open-xml-templating/docxtemplater
link
lowry
3060 days ago
It's actually feasible to generate a .docx, especially when using anchors for text.
But .odt is much easier.
link