A comprehensive web application for PDF manipulation and conversion operations.
├── backend/
│ ├── index.ts # Main Hono server
│ └── routes/
│ ├── pdf.ts # PDF processing endpoints
│ └── static.ts # Static file serving
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React frontend entry
│ ├── components/
│ │ ├── App.tsx # Main app component
│ │ ├── FileUpload.tsx # File upload component
│ │ └── ToolSelector.tsx # Tool selection component
│ └── style.css # Custom styles
└── shared/
└── types.ts # Shared TypeScript types