Skip to content

[Feature] PDF to Excel #3

@ayushcmd

Description

@ayushcmd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions