mirror of
https://github.com/NohamR/Code-to-PDF.git
synced 2026-05-24 19:58:50 +00:00
4a0589bc2c4b091824ecb757f524e6449afbacf3
Code to PDF Generator
Code to PDF is a website that allows users to paste source code and generate a PDF file with highlighted syntax. It is built using JavaScript and the highlight.js library.
TODO
- Add lines for white theme to better see outline
- Improve button colors and sizing
- Add icon for website
Features
- Text box to paste source code
- Syntax highlighting using the highlight.js library
- Ability to select different themes and programming languages
Usage
- Visit the website
- Paste your source code into the text box
- Select your desired theme and programming language
- Click the "Generate PDF" button to download your PDF file
Contributing
This project is open for contributions. If you would like to contribute, please follow these steps:
- Fork the repository
- Create your feature branch (git checkout -b feature/[feature_name])
- Commit your changes (git commit -m 'Add [feature_name]')
- Push to the branch (git push origin feature/[feature_name])
- Open a pull request
License
This project is licensed under the MIT License.
Languages
JavaScript
39.1%
HTML
34%
CSS
26.9%