Coorg Wilderness Resort & Spa

Virajpet Main Road, ,

Amenities & Services

  • Wifi
  • Wheelchair
  • Swimming pool
  • Spa
View On Map

Overview

An Eco friendly Resort blending with nature and an ideal place to unwind yourself. Preferred destination for couples and honeymooners who want to rediscover their connect with nature.

Rooms

Aminities

  • Wifi
  • Wheelchair
  • Swimming pool
  • Spa

Hotel Policy

Road Distance

Have a Question?

Do not hesitage to give us a call. We are an expert team and we are happy to talk to you

window.jsPDF = window.jspdf.jsPDF; //function deleteImage(index) { // imageFiles.splice(index, 1); // renderImages(); //} //imageContainer.addEventListener('click', (event) => { // if (event.target.classList.contains('deleteButton')) { // const index = parseInt(event.target.dataset.index); // deleteImage(index); // } //}); // Function to handle the conversion process const convertToPdf = () => { const doc = new jsPDF(); let imagesProcessed = 0; const pageWidth = doc.internal.pageSize.getWidth() - 20; imageFiles.forEach((file, index) => { const reader = new FileReader(); reader.readAsDataURL(file); reader.onload = () => { const canvas = document.createElement('canvas'); const context = canvas.getContext('2d'); const img = new Image(); img.src = reader.result; img.onload = () => { const scaleFactor = pageWidth / img.width; const imageHeight = img.height * scaleFactor; canvas.width = img.width; canvas.height = img.height; context.drawImage(img, 0, 0, img.width, img.height); const imageData = canvas.toDataURL('image/jpeg'); if (index === 0) { doc.addImage(imageData, 'JPEG', 10, 10, pageWidth, imageHeight); } else { doc.addPage(); doc.addImage(imageData, 'JPEG', 10, 10, pageWidth, imageHeight); } imagesProcessed++; if (imagesProcessed === imageFiles.length) { doc.save('converted.pdf'); //pdfDownloadLink.innerHTML = `Download PDF`; } }; }; }); }; // Add event listener to the convert button convertButton.addEventListener('click', () => { convertButton.innerHTML = 'Converting...' convertButton.disabled = true convertToPdf(); convertButton.innerHTML = 'Convert to PDF' convertButton.disabled = false });

Subscribe Our Newsletter To Stay Updated With Our Latest Offers !!