meshesha/officetohtml

Adding header value to document request

Opened this issue · 0 comments

Hello, when reading a remote file is it possible to add a header value to the request made?

var file_path = "path/to/file.pptx";
$("#resolte-contaniner").officeToHtml({
url: file_path
});