F AzizLink · Staffing & Manpower

Email Summary & Work Checklist

Paste everything you received — as text, a PDF, or screenshots — and get one clean, categorised checklist: important, to-reply, tasks, work and junk. The email dates are read into the heading automatically. Then download it as PDF, Word, Excel or HTML.

🔒 No data is stored anywhere except on your own computer, locally — and it clears the moment you exit the browser.
Paste your emails to begin

Paste your received emails here

Copy from Gmail / Outlook and paste as text, drop or paste screenshots (read by built-in OCR), or add a PDF. Add as many as you like — each on a new block.
'; } function downloadHtml(){ if(!needData())return; dl(new Blob([reportHtml()],{type:'text/html'}),'AzizLink-Email-Summary.html'); flash('HTML'); } function downloadWord(){ if(!needData())return; dl(new Blob([''+reportHtml()],{type:'application/msword'}),'AzizLink-Email-Summary.doc'); flash('Word'); } function downloadPdf(){ if(!needData())return; const J=window.jspdf&&window.jspdf.jsPDF; if(!J||!J.API.autoTable){ showErr('PDF engine still loading — try again in a moment.'); return; } const doc=new J({unit:'pt',format:'a4'}); const maroon=[10,46,107]; doc.setFont('times','bold');doc.setFontSize(18);doc.setTextColor(...maroon); doc.text(HEAD,40,50); doc.setFont('helvetica','normal');doc.setFontSize(9);doc.setTextColor(110,110,110); doc.text(SUBHEAD,40,66); doc.autoTable({startY:82,head:[['#','Category','From','Subject','Date / time','Suggested action']], body:rows().map(r=>r.map(String)),margin:{left:40,right:40},styles:{fontSize:7.5,cellPadding:3,overflow:'linebreak'}, headStyles:{fillColor:[0,84,165],textColor:255},alternateRowStyles:{fillColor:[250,245,244]}, columnStyles:{0:{cellWidth:20},1:{cellWidth:70},2:{cellWidth:90},4:{cellWidth:70}},theme:'grid'}); doc.setFontSize(8);doc.setTextColor(150,150,150); doc.text('AzizLink — Email Summary · azizsaif.com/azizlink/emails',40,doc.internal.pageSize.getHeight()-22); doc.save('AzizLink-Email-Summary.pdf'); flash('PDF'); } /* ================= sample ================= */ function loadSample(){ area.value= `From: Ahmed Al Mansoori Subject: URGENT — VAT return due tomorrow, please confirm figures Sent: 22 Jul 2026, 09:14 Hi, the VAT return is due tomorrow. Please confirm the input tax figures ASAP so we can file on time. From: Priya Nair Subject: Please send the signed audit engagement letter Date: 21 Jul 2026 16:40 Kindly send the signed engagement letter when you can so we can start the audit next week. From: LinkedIn Subject: 15 new jobs for you — limited offer, 50% off Premium Jul 21 2026 08:00 Unsubscribe anytime. Upgrade now and save. From: Michael D'Souza Subject: Meeting notes + can you review the draft accounts? 20/07/2026 14:05 Attaching last week's notes. Could you review the draft management accounts and let me know your thoughts? From: DEWA Subject: Your July electricity bill is ready 19 Jul 2026 This is an automated message. No reply needed.`; chips.innerHTML=''; addChip('sample inbox'); summarize(); }