Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T21:18:38.000Z (about 1 year ago)
- Last Synced: 2024-10-04T16:29:45.833Z (about 1 month 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
[![Quicop license](https://img.shields.io/github/license/JonBunator/Quicop?color=9fbbcc)](https://github.com/JonBunator/Quicop/blob/main/LICENSE)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/JonBunator/Quicop?color=9fbbcc)](https://github.com/JonBunator/Quicop/releases)
![Platforms](https://img.shields.io/badge/platforms-Windows%20%7C%20Linux-9fbbcc)
[![Downloads](https://img.shields.io/github/downloads/JonBunator/Quicop/total?color=9fbbcc)](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.
![Quicop sample](assets/preview.gif)
## 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...`![CodeFiles](assets/CodeFiles.png)
### Markdown
The basic markdown syntax is supported (headers, tables, code blocks etc.)
You could even use it as a basic markdown editor :)![Markdown](assets/MarkDown.png)
### MathJax
Display formulas with [MathJax](https://www.mathjax.org/) support.![MathJax](assets/MathJax.png)
### Settings
Configure settings under `File -> Settings`. You can for example change from a dark to a light theme.![LightDarkTheme](assets/LightDarkTheme.png)