Summary
Extract tables from PDF and export as .xlsx.
Files to create/edit
src/pages/tools/PdfToExcel.tsx → create
src/App.tsx → add import + route /tools/pdf-to-excel
src/pages/Tools.tsx → add to allTools[]
Implementation notes
- Use
pdfjs-dist to extract text/table content
- Use
xlsx (SheetJS) to generate .xlsx
- Handle multi-page PDFs with multiple sheets
Summary
Extract tables from PDF and export as .xlsx.
Files to create/edit
src/pages/tools/PdfToExcel.tsx→ createsrc/App.tsx→ add import + route/tools/pdf-to-excelsrc/pages/Tools.tsx→ add toallTools[]Implementation notes
pdfjs-distto extract text/table contentxlsx(SheetJS) to generate .xlsx