Witness Summons Template Generator

Date Issued:
Case: Jurisdiction:
Case No.:
SUBPOENA TO APPEAR AND TESTIFY

TO: RECIPIENT NAME AND ADDRESS

You are commanded to appear in the above-entitled action at the place, date, and time stated below. Failure to appear and/or produce the required documents may subject you to penalties for contempt of court.

ISSUING PARTY / ATTORNEY
Attorney Name
Bar No. / Party ID
Firm Name
Attorney/Party Signature
PROOF OF SERVICE

This section to be completed upon serving the document.

Required Documents (Duces Tecum)

Case & Party Metadata

Issuing Attorney Details

YOU ARE FURTHER COMMANDED to produce and bring with you the following documents, records, or things at the place, date, and time specified above:
${documents}

`; document.getElementById('wstg-document-body').innerHTML = documentBody; }; window.wstgResetData = function(silent = false) { if (silent || confirm("Clear all data fields?")) { document.getElementById('wstg-cfg-case-name').value = "Smith v. Jones"; document.getElementById('wstg-cfg-case-no').value = "2024-CV-1001"; document.getElementById('wstg-cfg-jurisdiction').value = "US District Court for the Southern District of NY"; document.getElementById('wstg-cfg-attorney').value = "Jane P. Doe"; document.getElementById('wstg-cfg-bar').value = "NY Bar No. 54321"; document.getElementById('wstg-cfg-firm').value = "Legal Counsel LLP"; document.getElementById('wstg-in-recipient').value = "Chris M. Anderson\n123 Main St\nNew York, NY 10001"; document.getElementById('wstg-in-location').value = "Federal Courtroom 3B\n100 Main St, New York, NY 10001"; document.getElementById('wstg-in-documents').value = "All communications relating to the 2023 contract; Personal financial records from 2021-2023."; document.getElementById('wstg-in-date').valueAsDate = new Date(Date.now() + 14 * 24 * 60 * 60 * 1000); // 14 days out document.getElementById('wstg-in-time').value = "09:00"; wstgGenerateSummons(); if (!silent) alert("Document reset to template."); } }; // --- PDF Export --- window.wstgDownloadPDF = function() { const element = document.getElementById('wstg-export-area'); const opt = { margin: 0.5, filename: 'Witness_Summons_Draft.pdf', image: { type: 'jpeg', quality: 0.98 }, html2canvas: { scale: 2 }, jsPDF: { unit: 'in', format: 'letter', orientation: 'portrait' } }; html2pdf().set(opt).from(element).save(); }; })();
Scroll to Top