export.resizeHeight.setValue(exportHeight);
if (template != null) {
XmlNode root = template.getRoot();
doc.applyTemplate(root);
SaveOptions save = doc.getSaveOptions();
if (save == null) {
save = createTemplateSaveOptions(doc, export, ignoreResize);
}