Worksheet Generator — Anant Printables
Worksheet generatorCreate a polished worksheet in seconds
Maths, English tracing, or Hindi tracing — A4 print-ready, beautifully laid out, with correct dotted trace patterns. Made by Anant Printables.
Build your worksheet
The preview updates as you go.
Allow regrouping / carrying
Dotted trace (off = faint solid)
`);
doc.close();// Give fonts + emoji a moment to load, then print
const go = () => {
setTimeout(() => {
iframe.contentWindow.focus();
iframe.contentWindow.print();
setTimeout(() => iframe.remove(), 1500);
}, 500);
};
if(iframe.contentWindow.document.readyState === "complete") go();
else iframe.contentWindow.onload = go;
}$("#printBtn").onclick = printWorksheet;/* init */
buildTypes(); afterTypeChange();