https://github.com/chrisabdo/pdf-dl
https://github.com/chrisabdo/pdf-dl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisabdo/pdf-dl
- Owner: ChrisAbdo
- Created: 2024-01-21T08:03:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T10:20:21.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:13:19.659Z (4 months ago)
- Language: TypeScript
- Homepage: https://pdf-dl.vercel.app
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF-DL: Turn Web Pages into PDFs
Welcome to PDF-DL, a Next.js application that allows you to convert any web page into a PDF document. This project is built with Next.js 14.1.0, leveraging the power of React 18, and styled with Tailwind CSS for a modern and responsive design.
## Features
- **Convert Web Pages to PDF**: Simply enter the URL of the page you want to convert, and PDF-DL will handle the rest.
- **Responsive Design**: Works on all devices, from desktop to mobile.
- **Dark Mode**: Supports dark mode for a comfortable viewing experience in low-light conditions.
- **Example PDFs**: Check out pre-generated PDFs to see the quality of the conversion.## Getting Started
To run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) to see the result.
## Deployment
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new) from the creators of Next.js.
For more details, check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment).
## Contributing
Contributions are welcome! Feel free to open a pull request or an issue on the [GitHub repository](https://github.com/vercel/next.js/).
## License
This project is open source and available under the [MIT License](LICENSE).
## Acknowledgments
- Built by [Chris Abdo](https://x.com/chrisjabdo).
- Special thanks to all the contributors and maintainers of the open-source projects used in this codebase.## Contact
For any inquiries or issues, please open an issue on the GitHub repository or reach out to the maintainers.
---
This README is a brief overview of the PDF-DL project. For more detailed information, please refer to the codebase and comments within the source files.