Documents required for Re-issue of passport in case of Validity Due to Expire/ Exhaustion of Pages
-
Home
›
Documents required for Re-issue of passport in case of Validity Due to Expire/ Exhaustion of Pages
Documents required for re-issue of passport in case of Validity Due to Expire/ Exhaustion of Pages:
- Applicants may apply for re-issue of passport Within one year before expiry of old passport
Documents required:
- Old Passport in original with Self-attested photocopy of first and last (bio-page) pages, including the page of observation (if any), made by Passport Issuing Authority and validity extension page, (if any, in respect of short validity passport)
- Valid proof of residence in Romania/Moldova/Albania (original also for verification)
- ECNR proof (click here)
In the case of Minors:
- Old Passport in original with Self-attested photocopy of first and last (bio-page) pages, including the page of observation (if any), made by Passport Issuing Authority and validity extension page, (if any, in respect of short validity passport)
- Valid proof of residence in Romania/Moldova/Albania (original also for verification)
- A declaration affirming the particulars furnished in the application about the minor as per Annexure D
- Copy of passport of parents
document.addEventListener("DOMContentLoaded", function() {
// Website ke sabhi PDF links ko target karein
var pdfLinks = document.querySelectorAll('a[href*=".pdf"]');
pdfLinks.forEach(function(link) {
var originalText = link.textContent.trim();
// Agar pehle se text mein PDF nahi likha hai
if (!originalText.toLowerCase().includes('pdf')) {
// 1. Screen readers aur WAVE tool ke liye aria-label set karein (Mandatory for IS 17802)
link.setAttribute('aria-label', originalText + ' (PDF Document)');
// 2. Normal users ko screen par saaf-saaf bold mein dikhane ke liye
link.innerHTML = link.innerHTML + '
(PDF)';
}
});
});
// External link click listener
document.querySelectorAll('a').forEach(function(link) {
if (link.hostname && link.hostname !== window.location.hostname) {
link.addEventListener('click', function(e) {
var confirmLeave = confirm("You are leaving the official website of Embassy of India and moving to an external link. Do you want to proceed?");
if (!confirmLeave) {
e.preventDefault();
}
});
}
});