// Create HTML save options HtmlSaveOptions htmlSaveOptions = new HtmlSaveOptions(); htmlSaveOptions.setResourceRenderingMode(ResourceRenderingMode.EmbedIntoHtml); htmlSaveOptions.setHtmlFormatOptions(HtmlFormatOptions.WriteHeader);