Adding Header and Footer in word document using Angular 4.0

10 views
Skip to first unread message

subramaniyan kumaraswamy

unread,
Jun 19, 2017, 11:00:11 AM6/19/17
to Angular and AngularJS discussion
Hi All,

Please help to add header and footer in word document using angular 4.0.

My code is given below.

result += "<table><tr>"
result += "<td>";
result += Test;
result += "</td></tr>";
result += "</table>";
window.open('data:application/msword,' +result );

work's fine for content. But i have to add header and footer for that waord document. Please help.



With Regards,
Subramaniyan K
Reply all
Reply to author
Forward
0 new messages