Skip to content
/ Code2Pdf Public

A simple program that turns source code into a PDF with syntax highlighting

Notifications You must be signed in to change notification settings

js-lm/Code2Pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code2Pdf

A simple program that turns source code into a PDF with syntax highlighting

Features

  • Converts source code files to PDF with syntax highlighting
  • Accepts multiple input files or directories
  • Recursively searches directories for source code files
  • Filters files by comma-separated extensions

Build

Install system dependecy source-highlight and let CMake do its magic

  • Debian: sudo apt install libsource-highlight-dev
  • Fedora: sudo dnf install source-highlight-devel

Usage

./code2pdf [options]

Options

TODO...

Examples

TODO...

About

A simple program that turns source code into a PDF with syntax highlighting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published