Power of Attorney Form Generator (Simple/Specific)

Power of Attorney Form Generator (Simple/Specific)

Power of Attorney Form Generator

Create a simple, specific power of attorney for limited purposes.

1. Parties
2. Powers
3. Terms
4. Review

Step 1: The Parties Involved

Principal (Person Granting Power)

Agent (Person Receiving Power)

Step 2: Grant of Specific Powers

Select the specific powers you wish to grant to your Agent. This is a limited Power of Attorney; only the checked powers will be granted.

To buy, sell, or manage the specified property at [PROPERTY ADDRESS].

To access and manage bank account #[ACCOUNT NUMBER] at [BANK NAME].

To sell the vehicle with VIN #[VEHICLE IDENTIFICATION NUMBER].

To request and receive my medical records for the period of [DATE RANGE].

Step 3: Terms and Conditions

This Power of Attorney becomes effective on:

This Power of Attorney shall terminate upon the following condition:

Step 4: Review Your Document

Please review the generated Power of Attorney document below. If any changes are needed, use the "Previous" button to go back and edit. Once satisfied, you can download the document as a PDF for signing.

LIMITED POWER OF ATTORNEY

Loading document...

NOTARY ACKNOWLEDGMENT

State of __________________)
County of __________________)

On this ___ day of ___________, 20__, before me, the undersigned notary public, personally appeared ${pName}, proved to me through satisfactory evidence of identification, which were __________________, to be the person whose name is signed on the preceding document, and acknowledged to me that he/she signed it voluntarily for its stated purpose.

Notary Public Signature

`; } downloadPdfBtn.addEventListener('click', () => { const poaArea = document.getElementById('poa-printable-area'); if(!poaArea) return; html2canvas(poaArea, { scale: 2, useCORS: true, logging: true, }).then(canvas => { const imgData = canvas.toDataURL('image/png'); const { jsPDF } = window.jspdf; const pdf = new jsPDF({ orientation: 'p', unit: 'pt', format: 'a4' }); const pdfWidth = pdf.internal.pageSize.getWidth(); const pdfHeight = pdf.internal.pageSize.getHeight(); const canvasWidth = canvas.width; const canvasHeight = canvas.height; const ratio = canvasWidth / canvasHeight; const width = pdfWidth - 80; const height = width / ratio; pdf.addImage(imgData, 'PNG', 40, 40, width, height > pdfHeight - 80 ? pdfHeight - 80 : height); pdf.save('Power_of_Attorney.pdf'); }); }); goToStep(1); });
Scroll to Top