Enter your username or email to reset your password.
You will receive an email with instructions on how to reset your password. If you are experiencing problems
resetting your password contact us or send us an email
= totalPages) {
xmlContent += '';
// Create a temporary link element to download the XML
var link = document.createElement('a');
link.href = 'data:text/xml;charset=utf-8,' + encodeURIComponent(xmlContent);
link.download = 'converted.xml';
link.click();
} else {
convertPageToXML(pageNumber + 1);
}
});
});
};
convertPageToXML(1);
});
};
fileReader.readAsArrayBuffer(file);
}