PDF Tools
India
Rental Agreement
No Upload

Merge E-Stamp Paper PDF With Rental Agreement (India 2026)

Merge e-stamp paper PDF with the rental agreement and you get the single file every Indian landlord, society office, and sub-registrar actually asks for. The e-stamp certificate downloaded from SHCIL's e-stamping portal is page 1. The agreement body follows. KYC annexures come last. One PDF, one filename, one upload to the society WhatsApp group — no mismatched attachments, no resubmission round trip.

PDF Mavericks·

Why merge the e-stamp paper PDF with the agreement

Three workflows drive the need for one merged PDF instead of two separate attachments:

  1. Landlord and society handover. The standard ask from a residential society for NOC, or from a corporate HR for rental reimbursement, is "send the rent agreement." Sending a two-attachment email — agreement plus stamp certificate — leads to half the recipients only opening one file and asking for the other. A single PDF with the e-stamp certificate on page 1 answers the question once.
  2. Sub-registrar registration. Leases of twelve months or longer must be registered under Section 17 of the Registration Act, 1908. The sub-registrar accepts the agreement as one bundled PDF for digital intake; the e-stamp certificate must be visible as the first page so the duty payment is verifiable in the same document the parties are signing.
  3. KYC and address proof submissions. Banks, gas connections, and Aadhaar-address-update offices accept a registered rental agreement as proof of residence. Each of these accepts one PDF. A stamp certificate detached from the agreement fails the address-proof check.

Stamp duty by state — Maharashtra, Karnataka, Delhi

Stamp duty on rental agreements is a state subject — the rate applied depends on where the property is located, not where the tenant or landlord lives. The three states that drive most rental agreement volume:

  • Maharashtra (leave-and-license). Article 36A of the Maharashtra Stamp Act charges 0.25 percent of the sum of total rent payable for the full licence period plus any non-refundable deposit. The licence must be registered if it is longer than 11 months, which is why the 11-month draft is the Maharashtra default.
  • Karnataka. Article 30(a) of the Karnataka Stamp Act schedule applies 0.5 percent of the total rent plus advance or premium for residential rental agreements. The e-stamp is purchased online from the Karnataka e-stamping portal, which is backed by SHCIL.
  • Delhi. Schedule I-A of the Indian Stamp Act as applied in Delhi charges 2 percent of the average annual rent. For an 11-month lease at ₹50,000 per month, the average annual rent is ₹50,000 × 12 = ₹6,00,000, and the duty is ₹12,000. The e-stamp certificate is purchased through SHCIL's Delhi portal or from a licensed vendor.

Always confirm the current rate on the state stamping portal before purchasing the e-stamp — duty rates are revised by state budget circulars and the printed rate on a year-old guide may be stale. The certificate itself encodes the duty paid, so paying the wrong amount triggers re-stamping later.

The five-step merge workflow

This is the workflow most rental brokers and small landlords follow once they have moved off paper to digital stamping:

  1. Buy the e-stamp on SHCIL. Log into the SHCIL e-stamping portal (or the corresponding state portal that SHCIL backs), pick the right Article — leave-and-license, rental agreement, lease — enter the duty amount calculated from your state rate, and pay. Download the e-stamp certificate as a PDF. Page 1 should carry the unique certificate number, the duty paid, and the names of both parties.
  2. Finalise the agreement text. The body covers parties, premises, term, rent, deposit, maintenance, lock-in, termination, dispute resolution. Save as PDF — do not export as a Word doc, which strips signature lines.
  3. Gather annexures. Tenant Aadhaar / PAN, landlord Aadhaar / PAN, schedule of fixtures, list of common areas, inventory photos. Convert any JPG or HEIC photos to PDF first using /heic-to-pdf so the merge queue stays homogeneous.
  4. Open /merge and add the files in order. E-stamp certificate first, then the agreement body, then the signature page, then annexures. The merge runs entirely in your browser — no upload, no waiting on a server.
  5. Download and rename. Recommended convention: `LANDLORD_TENANT_PROPERTY_LEASESTART.pdf` (e.g., `Mehta_Sharma_FlatA704_2026-06-01.pdf`). This makes the file greppable in your archive folder five years later when the tenant needs the agreement again for a new address proof.

Correct page order and annexures

The order matters because the sub-registrar and the verifying party scan top-down. Wrong order means re-submission.

  1. Page 1: E-stamp certificate. Single page, SHCIL-issued, certificate number visible. The duty stamp here authenticates the entire document that follows.
  2. Pages 2 to N: Agreement body. Recitals, clauses, schedule of rent, signature blocks. Page numbers should run continuously. If the agreement is being printed for wet signatures, leave the e-stamp certificate as page 1 and print every page including the certificate.
  3. Last clauses page: Witness signatures. Two witnesses are the convention for residential leases. Witnesses sign on the same page as the parties, not on a separate sheet.
  4. Annexures after signature page. KYC IDs (Aadhaar, PAN), inventory, fixtures schedule, parking slot allotment. Annexures do not change the agreement once signed — they are reference material.

If the agreement runs longer than expected and you need to insert a missed clause, use /insert-pages-into-pdf instead of re-merging from scratch — it preserves the e-stamp page positioning.

Why this should never touch a third-party server

A rental agreement carries names, parents' names, Aadhaar numbers, PAN numbers, salary inputs from the tenant's KYC, bank account details for security deposit refund, and the exact address of the property. A leaked rental agreement gives away a high-confidence profile for identity theft, address-based fraud, and targeted scams.

Browser-only merging closes that exposure. PDF Mavericks loads pdf-lib in your browser, reads the input files from your disk into browser memory, runs the merge, and offers the output as a download. The page never sends the file content over the network. You can verify by opening DevTools and watching the Network tab — there are no XHR or fetch calls carrying PDF bytes outward during the merge.

The same logic applies in reverse for the landlord: corporate landlords with hundreds of leases on file should not be uploading these PDFs to a free converter site. A single browser-local tool replaces the temptation.

Pre-signature checklist

Before printing the merged PDF for signatures or sharing it with the registering authority, run through this list:

  1. E-stamp certificate is page 1 and the certificate number is legible. Cross-check the number on the SHCIL portal — the record should match the names of the parties on the agreement.
  2. Duty paid on the certificate equals the duty calculated from your state's stamp act schedule. Underpayment is the most common reason for a sub-registrar to reject the agreement.
  3. Parties' names, addresses, Aadhaar numbers, and PAN numbers match across the certificate, the agreement body, and the annexure KYC IDs. A name mismatch (e.g., the certificate uses initials and the agreement uses the full name) triggers a manual check at every downstream verification.
  4. Term length matches the stamp duty calculation. If you calculated duty on 11 months but the agreement body says 24 months, the duty is short by 13 months' worth.
  5. Witnesses' names and addresses are present. A blank witness block is a frequent oversight.
  6. The PDF is signed (digital or wet) on every page or as the state requires. Some sub-registrars demand a thumb impression on every page; check the local convention.

If you want a redacted copy of the agreement for sharing with non-essential parties (e.g., a society NOC where they don't need to see Aadhaar or PAN numbers), use /redact-pdf to permanently black out the sensitive fields before sending. Redaction in the browser also means the unredacted original never leaves your device.

What to do with the merged file after signing

Keep three copies. One stays on the tenant's local drive. One goes to the landlord (the unredacted version). One stays in an encrypted backup — an external HDD, a private cloud bucket with at-rest encryption, or a password-protected archive. The signed PDF is the legal source of truth for the duration of the tenancy and for at least three years after it ends, per general civil-suit limitation periods.

If you need to email the file to a society or HR portal that limits attachments to 25MB, compress it using /compress — the e-stamp certificate page and KYC scans often add unnecessary weight, and lossless compression typically cuts the file to a quarter of the original size without sacrificing legibility.

The agreement never leaves your browser

PDF Mavericks processes everything locally using WebAssembly. No file is uploaded to any server. You can verify by disconnecting from the internet after the page loads — the merge tool keeps working because all computation happens locally.

Frequently asked questions

Is it legal to merge an e-stamp paper PDF with the rental agreement into one file?

Yes. The e-stamp certificate issued by SHCIL is the proof that stamp duty has been paid on a specific instrument — the Indian Stamp Act, 1899 does not specify a single-file or two-file format. Tenants, landlords, sub-registrars, and society offices accept the merged PDF as long as the e-stamp certificate is the first page and the certificate number is verifiable on the SHCIL portal.

Why merge the e-stamp paper PDF instead of attaching it separately?

Two reasons. First, the e-stamp certificate is the legal proof that this specific agreement was stamped — keeping them in one PDF removes any ambiguity about which agreement the stamp paper backs. Second, when the agreement is sent to a society for NOC, to a bank for address proof, or to the sub-registrar for registration, asking for one PDF is the universal request. Sending a two-attachment bundle leads to mismatches and resubmission delays.

Will the rental agreement and e-stamp paper get uploaded to any server?

No. PDF Mavericks runs the merge inside your browser using pdf-lib and WebAssembly. The e-stamp certificate, the agreement, and any annexures never leave your device. There is no upload step, no server-side cache, no temporary copy. You can verify by disconnecting from the internet after the page loads — the merge tool keeps working because the computation happens locally.

What is the correct page order for a merged rental agreement PDF?

Page 1 is always the e-stamp certificate downloaded from the SHCIL portal or the state stamping portal. Pages 2 onwards carry the agreement body: parties block, premises, term, rent, deposit, maintenance, lock-in, termination, governing law, and signature page. Annexures (KYC IDs, schedule of fixtures, common-area list) come after the signature page so they do not break the agreement clause numbering.

Does merging affect the e-stamp certificate's verification on the SHCIL portal?

No. The unique certificate number (e.g., IN-MH12345678901234X) is printed on the certificate and indexes the same record on the SHCIL portal regardless of whether the certificate sits in a standalone PDF or as page 1 of a merged PDF. Sub-registrars, banks, and corporate landlords verify by typing the certificate number into the SHCIL portal — the format of the file does not enter the verification flow.

Should the agreement term be 11 months or 12 months when stamped?

Most residential rental agreements in India are drafted for 11 months specifically to avoid mandatory registration under the Registration Act, 1908 — leases for terms of one year or longer must be registered with the sub-registrar. The 11-month convention keeps the agreement enforceable, stamped, and admissible in court while skipping the sub-registrar registration step. The stamp duty rate applied still depends on the state, but the registration overhead is avoided.

How much stamp duty applies on a rental agreement in Maharashtra, Karnataka, and Delhi?

Rates vary by state. In Maharashtra, leave-and-license agreements are stamped at 0.25 percent of the sum of total rent for the term plus any non-refundable deposit, under Article 36A of the Maharashtra Stamp Act. In Karnataka, rental agreements are stamped at 0.5 percent of the total rent plus advance, per Article 30(a) of the Karnataka Stamp Act schedule. In Delhi, the rate is 2 percent of the average annual rent under Schedule I-A of the Indian Stamp Act as applicable to Delhi. Always confirm the current rate on the state stamping portal before purchasing the e-stamp.

Related guides