aboelkassem / pdfmerge

Small CLI tool to merge PDF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdfmerge

Simple CLI tool to merge PDF files.

This is a small demo of building CLI apps in .NET using Native AOT.

Highlights:

  • Build small, selfcontained executables. The pdfmerge tool is 2 MB in size with no dependencies at runtime. Drop the executable on a new Linux/Windows/macOS machine with a clean OS install and it will just work. See the csproj for details on this configuration.
  • Use Github actions to manage your release: CI pipeline set up to run on PRs but also manually-triggerable from the Actions tab in Github to help you create tagged releases with a couple clicks

About

Small CLI tool to merge PDF files

License:MIT License


Languages

Language:C# 100.0%