CBSE Class 10 Maths Standard Sample Question Papers with Solution PDF by Gaurav Tomar
Class 10 Maths Sample Question Paper 2024-25
CBSE Class 10 Maths SQP 2024-25 Pdf download here.
Here are 15 Sample Papers of Class 10 Maths with solution.
Click on button to view PDF.
(getButton) #text=(Sample Paper 01) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 02) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 03) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 04) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 05) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 06) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 07) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 08) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 09) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 10) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 11) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 12) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 13) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 14) #icon=(download) #color=(#800080) (getButton) #text=(Sample Paper 15) #icon=(download) #color=(#800080)
Gaurav baba ki jai ho !
ReplyDeleteJai ho
Deletesir paper 1 2 3 ko downloadable bana do
ReplyDeleteF12 key daba ke console mai jaake
Delete(function () {
console.log("Loading script ...");
let script = document.createElement("script");
script.onload = function () {
const { jsPDF } = window.jspdf;
// Generate a PDF from images with "blob:" sources.
let pdf = null;
let imgElements = document.getElementsByTagName("img");
let validImgs = [];
console.log("Scanning content ...");
for (let i = 0; i < imgElements.length; i++) {
let img = imgElements[i];
// specific check for Google Drive blob images
let checkURLString = "blob:https://drive.google.com/";
if (img.src.substring(0, checkURLString.length) !== checkURLString) {
continue;
}
validImgs.push(img);
}
console.log(`${validImgs.length} content found!`);
console.log("Generating PDF file ...");
for (let i = 0; i < validImgs.length; i++) {
let img = validImgs[i];
// Convert image to DataURL via Canvas
let canvasElement = document.createElement("canvas");
let con = canvasElement.getContext("2d");
canvasElement.width = img.naturalWidth;
canvasElement.height = img.naturalHeight;
con.drawImage(img, 0, 0, img.naturalWidth, img.naturalHeight);
let imgData = canvasElement.toDataURL();
// Determine orientation and dimensions for THIS specific image
let orientation = img.naturalWidth > img.naturalHeight ? "l" : "p";
let pageWidth = img.naturalWidth;
let pageHeight = img.naturalHeight;
if (i === 0) {
// Initialize PDF with the dimensions of the FIRST image
pdf = new jsPDF({
orientation: orientation,
unit: "px",
format: [pageWidth, pageHeight],
});
} else {
// For subsequent images, add a new page with THAT image's specific dimensions
pdf.addPage([pageWidth, pageHeight], orientation);
}
// Add the image to the current page
pdf.addImage(imgData, "PNG", 0, 0, pageWidth, pageHeight, "", "SLOW");
const percentages = Math.floor(((i + 1) / validImgs.length) * 100);
console.log(`Processing content ${percentages}%`);
}
// Check if title contains .pdf in end of the title
// Use optional chaining to avoid errors if the meta tag isn't present.
// Fall back to document.title when necessary. Note: if the PDF is inside a cross-origin iframe,
// parent scripts cannot access the iframe document due to same-origin policy.
let title = document.querySelector('meta[itemprop="name"]')?.content || document.title || 'download.pdf';
if ((title.split(".").pop() || "").toLowerCase() !== "pdf") {
title = title + ".pdf";
}
// Download the generated PDF.
console.log("Downloading PDF file ...");
pdf.save(title, { returnPromise: true }).then(() => {
document.body.removeChild(script);
console.log("PDF downloaded!");
});
};
// Load the jsPDF library using the trusted URL.
let scriptURL = "https://unpkg.com/jspdf@latest/dist/jspdf.umd.min.js";
let trustedURL;
if (window.trustedTypes && trustedTypes.createPolicy) {
const policy = trustedTypes.createPolicy("myPolicy", {
createScriptURL: (input) => {
return input;
},
});
trustedURL = policy.createScriptURL(scriptURL);
} else {
trustedURL = scriptURL;
}
script.src = trustedURL;
document.body.appendChild(script);
})();
ye code paste krde kaam ho jaayega
🫡jai ho sir ji ki
ReplyDeleteSir where is the key
ReplyDeleteSir key??
ReplyDeleteJai ho
ReplyDeleteJai ho
ReplyDeleteASWER KEY
ReplyDelete