Hi,
I am using the JavaScript code to export html into the Docx.
is there any way that i can manipulate the response before downloading or i could get the file in response so i could manipulate it as per my need then download.
GrabzIt("Application Key").ConvertHTML(data ,{"onfinish": function(response){
alert(response);
},
"format": "docx"}).Create();
As here is a onfinish event but here i get only id not any response file response
if we have something like this will be helped.