tarikjaber a99e44f193 Move tag
2023-02-22 20:38:18 -05:00
2023-02-13 17:44:07 -05:00
2023-02-13 17:37:13 -05:00
2023-02-22 20:38:18 -05:00
2023-02-13 17:25:00 -05:00
2023-02-13 17:45:39 -05:00
2023-02-13 17:25:00 -05:00

Code to PDF Generator

Example use of Code to PDF 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.

Features

  • Text box to paste source code
  • Syntax highlighting using the highlight.js library
  • Ability to select different themes and programming languages

Usage

  1. Visit the website
  2. Paste your source code into the text box
  3. Select your desired theme and programming language
  4. 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:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/[feature_name])
  3. Commit your changes (git commit -m 'Add [feature_name]')
  4. Push to the branch (git push origin feature/[feature_name])
  5. Open a pull request

License

This project is licensed under the MIT License.

Description
Converts source code into a PDF
Readme GPL-3.0 194 KiB
Languages
JavaScript 39.1%
HTML 34%
CSS 26.9%