https://github.com/jonbunator/quicop
An editor to quickly convert code files to pdfs.
https://github.com/jonbunator/quicop
code code2pdf codetopdf hacktoberfest pdf printer
Last synced: 9 months ago
JSON representation
An editor to quickly convert code files to pdfs.
- Host: GitHub
- URL: https://github.com/jonbunator/quicop
- Owner: JonBunator
- License: mit
- Created: 2022-11-01T19:39:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T21:18:38.000Z (over 2 years ago)
- Last Synced: 2025-03-31T08:43:55.510Z (12 months ago)
- Topics: code, code2pdf, codetopdf, hacktoberfest, pdf, printer
- Language: TypeScript
- Homepage:
- Size: 6.58 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Quickly convert code files to pdf
[](https://github.com/JonBunator/Quicop/blob/main/LICENSE)
[](https://github.com/JonBunator/Quicop/releases)

[](https://github.com/JonBunator/Quicop/releases)
Quicop _(**Qui**ck **Co**de **P**rint)_ allows you to quickly import code files (supports 192 programming languages), add some markdown and export the generated pdf.

## Download
New releases are automatically downloaded when you start the application.
- [Windows v1.2.0](https://github.com/JonBunator/Quicop/releases/download/v1.2.0/Quicop-Setup-1.2.0.exe)
- [Linux v1.2.0](https://github.com/JonBunator/Quicop/releases/download/v1.2.0/Quicop-1.2.0.AppImage)
## Features
### Code Files
Embed code files via the `!CodeFile["C:/my-path/file.cs"]` command. Quickly import a bunch of files with `File -> Import Code file folder...`

### Markdown
The basic markdown syntax is supported (headers, tables, code blocks etc.)
You could even use it as a basic markdown editor :)

### MathJax
Display formulas with [MathJax](https://www.mathjax.org/) support.

### Settings
Configure settings under `File -> Settings`. You can for example change from a dark to a light theme.
