A web application that allows users to convert files between different formats, specifically:
- Convert PDF files to Markdown
- Convert Markdown files to PDF
- PDF to Markdown conversion
- Markdown to PDF conversion
- Simple and intuitive user interface
- Built with Next.js for fast, server-side rendering
- Next.js
- React
- API Routes for handling file conversions
- File processing libraries for conversions
- Clone the repository
git clone [repository-url]
cd file-converter- Install dependencies
npm install- Run the development server
npm run dev- Open http://localhost:3000 with your browser to see the result.
The application provides two main API endpoints:
/api/pdf-to-md- Converts PDF files to Markdown format/api/md-to-pdf- Converts Markdown files to PDF format
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - feel free to use this project for your own purposes.