Right now we have a new need, remove the header and footer from every single page of a word Document, I’ve tried this:
request_save_options_data = HtmlSaveOptionsData.new(
FileName: "#{file_name_without_extension}.htm…...html", ImagesFolder: 'images/', SaveFormat: 'html', ExportHeadersFooters:...'None' but it is still saving the doc with the footers and headers...