---
title: "Contact Us"
---
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script>
<script src="https://cdn.form.io/formiojs/formio.full.min.js"></script>
<link rel="stylesheet" href="https://cdn.form.io/formiojs/formio.form.min.css" crossorigin="anonymous">
<script src="https://www.google.com/recaptcha/api.js"></script>
<div class="box1 bor-btm">
<a class="btn btn-info btn-lg" href="https://forum.conholdate.com">Technical Support</a> 
<a class="btn btn-info btn-lg" href="https://forum.conholdate.com/c/purchase"><span class="glyphicon glyphicon-circle-arrow-right"> </span> Sales Queries</a> 
<a class="btn btn-info btn-lg" href="https://purchase.conholdate.com/pricing"><span class="glyphicon glyphicon-circle-arrow-right"> </span> Get Pricing Info</a>
</div>
<!-- <div class="clearfix">&nbsp;</div><div class="clearfix">&nbsp;</div> -->
<!-- <div class="box1"> <h2>Contact Sales Team</h2>
<p style="font-size: 16px !important;">Please don't contact the sales teams with support questions. Instead, post questions in the <a href="https://forum.conholdate.com" shape="rect">Support Forums</a>.</p>
 </div> -->
 <div class="alert alert-info" role="alert" style="font-size: 18px;">
  Please don't contact the sales teams with support questions. Instead, post questions in the <a href="https://forum.conholdate.com" class="alert-link">Support Forums</a>.
</div>
<div id="contact-options" style="margin-top: 25px;">
    <h2>Contact Options</h2>
    <ul style="list-style-type: none;">
        <li style="margin-bottom: 15px; margin-top: 15px;">
            <a href="mailto:sales@conholdate.com" style="font-size: 18px; color: #17a2b8;">
                <strong>Email Us</strong>
                <p style="margin-top: 5px; color: #666;">Please send us an email with your queries in any language, and we will get back to you within 1-2 hours.</p>
            </a>
        </li>
        <li style="margin-bottom: 15px;">
<a href="javascript:void(0);" onclick="openLiveChat()" style="font-size: 18px; color: #17a2b8;">
    <strong>Live Chat</strong>
    <p style="margin-top: 5px; color: #666;">Chat with our support team for immediate assistance, available in any language. The average wait time is just 5 minutes.</p>
</a>
</li>
        <li style="margin-bottom: 15px;">
            <a href="#" onclick="openAppointmentForm(event)" style="font-size: 18px; color: #17a2b8; text-decoration: none;">
    <strong>Request a Meeting</strong>
    <p style="margin-top: 5px; color: #666;">Arrange a meeting with our team to address your needs. This service is available only in English.</p>
</a>
        </li>
    </ul>
</div>
<!-- The Modal -->
<div id="appointmentFormModal" class="modal">
  <div class="modal-content">
    <span class="close">&times;</span>
    <h2>Request a Meeting</h2>
    <span style="margin-bottom: 25px;">Let us know how we can help you.</span>
    <div class="form-container" id="formio"></div>
    <div class="g-recaptcha" style="display:none" data-sitekey="6LdvY40mAAAAADPHQCtoBMqGmH-gDzo66IZ7qbru"
        data-callback="recaptchaCallback" data-expired-callback="recaptchaExpired" style="margin-top: 3rem;"></div>
    <span style="margin-top: 1em;">*After we receive and review your request, we will send you a link to select available meeting times.</span>
  </div>
</div>
<div class="modal fade bd-example-modal-lg" id="simpleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal-dialog modal-dialog-centered">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="exampleModalLabel">Thank you for reaching out!</h5>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <div class="modal-body">
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>
<div class="clearfix">&nbsp;</div>
<div class="box1"><h5>Mailing Address:</h5>

Aspose Pty Ltd, Suite 163, 79 Longueville Road, Lane Cove, NSW, 2066, Australia.

 [File a Complaint](/contact/complaint) | [Paperless Policy](/legal/paperless-policy) | [No Checks Policy](https://purchase.aspose.com/policies/no-checks)
<div>
</div>
</div>
<style>
.modal-backdrop {
  position: relative !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 80vh;
  max-height: 90vh;
  overflow-y: auto;
}
.close {
  color: #aaaaaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}</style>
<script>
var formUrl = "https://form.conholdate.com/form/666c34db4da7fd67e20d639f";
        var options = {
            i18n: {
                en: {
                    complete: "Thank you for reaching out! We'll contact you soon to schedule a time that works for you.",
                }
            }
        };
        document.addEventListener("DOMContentLoaded", function () {
            Formio.createForm(document.getElementById('formio'), formUrl, options).then((form) => {
                form.on('submit', function () {
                  var modal = document.getElementById("appointmentFormModal");
            modal.classList.remove("show");
                    setTimeout(function () {
                        document.querySelectorAll('input[type="submit"]').forEach(function(input) {
                            input.disabled = true;
                        });
                        var successAlert = document.createElement('div');
                        successAlert.classList.add('alert', 'alert-success');
                        successAlert.setAttribute('role', 'alert');
                        successAlert.innerHTML = "We have received your meeting request and will get back to you shortly to confirm the details. </br> </br> If you have any questions in the meantime, please feel free to contact us at sales@aspose.com.";
                  var modalBody = document.querySelector('#simpleModal .modal-body');
                  modalBody.innerHTML = ''; // Clear any previous content
                  modalBody.append(successAlert);
                  var simpleModal = document.getElementById('simpleModal');
if (simpleModal) {
    simpleModal.classList.add('show');
    simpleModal.style.display = 'block'; // Ensure the modal is displayed
}
                    }, 100);
                });
            });
        });
        document.addEventListener('DOMContentLoaded', function() {
  var closeButton = document.querySelector('.btn-secondary[data-dismiss="modal"]');
  closeButton.addEventListener('click', function() {
    var simpleModal = document.getElementById('simpleModal');
    simpleModal.classList.remove('show');
    simpleModal.style.display = "none";
  });
});
document.addEventListener('DOMContentLoaded', function() {
  var closeButton = document.querySelector('.close[data-dismiss="modal"]');
  closeButton.addEventListener('click', function() {
    var simpleModal = document.getElementById('simpleModal');
    // Start the fade-out animation
    simpleModal.classList.remove('show');
    // Listen for the end of the transition
    simpleModal.addEventListener('transitionend', function() {
      simpleModal.style.display = 'none';
    }, { once: true }); // Use the { once: true } option so the event is only handled once
    // If you're using a backdrop with the fade effect, handle it similarly
    var backdrop = document.querySelector('.modal-backdrop.fade');
    if (backdrop) {
      backdrop.classList.remove('show');
      backdrop.addEventListener('transitionend', function() {
        backdrop.style.display = 'none';
      }, { once: true });
    }
  });
});
        var checker = "";
        $(document).ready(function () {
            $(".g-recaptcha").attr("data-sitekey","6LdvY40mAAAAADPHQCtoBMqGmH-gDzo66IZ7qbru");
            $("body").bind("DOMSubtreeModified", function () {
                if ($('.alert-danger')[0])
                    $(".alert-danger").css("display", "none");
            });
            var checker1 = window.setInterval(function () {
                if ($(':input[type="submit"]').length) {
                    $(".g-recaptcha").prependTo(".formio-component-submit");
                    $(".g-recaptcha").show();
                    $(':input[type="submit"]').prop('disabled', true);
                    $(':input[type="submit"]').css("margin-top", "20px");
                    $("body").css("visibility", "visible");
                    document.querySelector('div[ref="buttonMessageContainer"] span[ref="buttonMessage"]').style.color = '#3c763d';
                    clearInterval(checker1);
                }
                $('form[name="formioForm"]').css("margin-top", "10px")
            }, 10); //I usually check 5 times per second
            checker = window.setInterval(function () {
                if (!$(':input[type="submit"]').prop('disabled')) {
                    $(':input[type="submit"]').prop('disabled', true);
                }
            }, 200);
        })
        function recaptchaCallback() {
            var response = grecaptcha.getResponse();
            if (response.length > 0) {
                clearInterval(checker);
                $(':input[type="submit"]').prop('disabled', false);
            }
        }
        function recaptchaExpired() {
            jQuery("#hidden-grecaptcha").val("");
        }
                  //rest of the script
document.addEventListener("DOMContentLoaded", function () {
  var modal = document.getElementById("appointmentFormModal");
  var closeButton = document.getElementsByClassName("close")[0]; 
  document
    .querySelector('a[onclick="openAppointmentForm(event)"]')
    .addEventListener("click", function (event) {
      event.preventDefault();
      modal.classList.add("show");
    });
  closeButton.addEventListener("click", function () {
    modal.classList.remove("show");
  });
  window.addEventListener("click", function (event) {
    if (event.target == modal) {
      modal.classList.remove("show");
    }
  });
});
document.addEventListener("DOMContentLoaded", function () {
  var modal = document.getElementById("appointmentFormModal");
  var closeButton = document.getElementsByClassName("close")[0];
  document
    .querySelector('a[onclick="openAppointmentForm(event)"]')
    .addEventListener("click", function (event) {
      event.preventDefault();
      openAppointmentForm();
    });
  closeButton.addEventListener("click", function () {
    modal.classList.remove("show");
  });
  window.addEventListener("click", function (event) {
    if (event.target == modal) {
      modal.classList.remove("show");
    }
  });
  const urlParams = new URLSearchParams(window.location.search);
  if (urlParams.get('modal') === 'open') {
    openAppointmentForm();
  }
  function openAppointmentForm() {
    modal.classList.add("show");
  }
});
function openLiveChat() {
    window.open('https://chat.containerize.com/livechat?mode=popout', 'Live Chat', 'width=500,height=600');
}
</script>
