Stay connected with DietCloud
DietCloud
DietCloud
Digital Diet Clinic
Back to Home

Choose a Diet Sheet

— Preview diet templates visible to guests

General Diet Sheets & Guidelines

Browse general guides available to all visitors (Free Access).

Sample-Special Diet-Sheets

View customized diet plans or plans requiring a client subscription.


Consult with our Team to Unlock your Customize Diet Below

Consult with our Team to Unlock your Customized Diet Below

These plans are currently disabled.

${el.outerHTML}
`); win.document.close(); setTimeout(() => { win.print(); win.close(); }, 500); }; window.downloadDayPdf = (id, name) => { const el = document.getElementById(id); const noPrint = el.querySelectorAll('.no-print'); noPrint.forEach(n => n.style.display = 'none'); const opt = { margin: 15, filename: `${name}.pdf`, image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2, useCORS: true, backgroundColor: '#ffffff' }, jsPDF: { unit: 'pt', format: 'a4', orientation: 'portrait' } }; html2pdf().set(opt).from(el).save().then(() => { noPrint.forEach(n => n.style.display = ''); }); }; document.addEventListener('DOMContentLoaded', () => { const btnWeek = document.getElementById('download-week'); if (btnWeek) { btnWeek.addEventListener('click', () => { const originalText = btnWeek.innerHTML; btnWeek.disabled = true; btnWeek.innerHTML = ' Generating...'; const wrapper = document.getElementById('week-wrapper'); const noPrint = wrapper.querySelectorAll('.no-print'); noPrint.forEach(n => n.style.display = 'none'); const opt = { margin: 15, filename: '7-Day-Diet-Plan.pdf', image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2, useCORS: true, backgroundColor: '#ffffff' }, jsPDF: { unit: 'pt', format: 'a4', orientation: 'portrait' }, pagebreak: { mode: ['avoid-all', 'css', 'legacy'] } }; html2pdf().set(opt).from(wrapper).save().then(() => { noPrint.forEach(n => n.style.display = ''); btnWeek.disabled = false; btnWeek.innerHTML = originalText; }).catch(err => { console.error(err); alert("Failed to generate PDF. Please try again."); noPrint.forEach(n => n.style.display = ''); btnWeek.disabled = false; btnWeek.innerHTML = originalText; }); }); } });
Book Now