Skip to content
ChatLeg PRO
ChatLeg PRO
  • Prova
  • Risorse
  • Modelli
  • News
Accedi
Prova
Risorse
Modelli
News
Accedi

Servizio

  • Come funziona
  • Dashboard utente
  • Mediatore ChatLeg PRO
  • Omnia
  • Avversaria

Account

  • Accedi
  • Registrazione
  • Ripristino password
  • Benvenuto
  • Questionario

Risorse

  • Guida ai Avvocati
  • Contatti
  • Lavora con noi
  • Varie

Legale

  • Privacy Policy
  • Termini di utilizzo
Gratuito per democratizzare l'accesso agli strumenti AI per Avvocati.
ChatLeg PRO
ChatLeg PRO
Tutti i diritti riservati || ChatLeg PRO © 2026 || P. IVA: 01266200326<
'; var converted = htmlDocx.asBlob(content); triggerDownload(converted, fileName + ".docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"); } else if(format === "pdf") { var opt = { margin: 0.5, filename: fileName + ".pdf", image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2 }, jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' } }; html2pdf().set(opt).from(element).save(); } else if(format === "txt") { var text = getPlainText(element.innerHTML); triggerDownload(text, fileName + ".txt", "text/plain"); } } // Attach download event listeners document.getElementById("download_doc").addEventListener("click", function(){ downloadAs("docx", "report_"); }); document.getElementById("download_txt").addEventListener("click", function(){ downloadAs("txt", "report_"); }); document.getElementById("download_pdf").addEventListener("click", function(){ downloadAs("pdf", "report_"); }); }); //# sourceURL=mediatore-pro-script-js-after /* ]]> */