-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Sometimes I have URLs in my contracts. It would be nice if this package would detect them and create hyperlink objects in the output Word file.
I think the right approach is to keep written-out URLs in the text, and just wrap them with hyperlink markup.
Some possbily helpful info on how to accomplish this:
- WordprocessingML Basics presentation from Microsoft
- ECMA-376 Part 1, Section 15.3 (etc.)