Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Converter

A web application that allows users to convert files between different formats, specifically:

  • Convert PDF files to Markdown
  • Convert Markdown files to PDF

Features

  • PDF to Markdown conversion
  • Markdown to PDF conversion
  • Simple and intuitive user interface
  • Built with Next.js for fast, server-side rendering

Technologies Used

  • Next.js
  • React
  • API Routes for handling file conversions
  • File processing libraries for conversions

Getting Started

  1. Clone the repository
git clone [repository-url]
cd file-converter
  1. Install dependencies
npm install
  1. Run the development server
npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

API Endpoints

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

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - feel free to use this project for your own purposes.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages