Skip to content

jurczewski/private-pdf-converter

Repository files navigation

🔎 PrivatePdfConverter

100 - Commitów Build License: MIT

"Buy Me A Coffee"


Description

Private PDF Converter is a secure offline tool designed to effortlessly convert PNG files stored locally into a comprehensive PDF document. With a user-friendly terminal interface, this tool prioritizes privacy by ensuring all conversion processes occur offline, eliminating any reliance on cloud services. Stay in control of your sensitive data as you seamlessly transform images into PDFs without compromising confidentiality. Future updates will introduce additional features, such as PDF splitting, to further enhance functionality (see roadmap below).

Arguments

Argument Description Options Optional options
dir Converts all images inside a directory to a single PDF file. path - path to directory output - PDF output name
See below supported file extensions.
img Converts a single image to a single PDF file. path - path to image output - PDF output name
See below supported file extensions.
merge Merges all PDF files inside a directory into a single PDF file. path - path to directory output - PDF output name
encrypt Encrypts PDF with a password. path - path to a PDF file output - PDF output name
password - encryption password
ext Lists all valid image extensions.

For all commends, default export .pdf file name is output.pdf.

Example of usage:

.\PrivatePdfConverter.exe dir --path "D:\dir-with-images"

Supported file extensions

Type ext argument to list all of valid image extensions.

  • .jpg
  • .jpeg
  • .bmp
  • .gif
  • .png
  • .tif
  • .tiff
  • .webp

Features roadmap

  • convert dir to pdf (dir)
  • create a PDF file from a single image (img)
  • multiple image extensions support
  • merge pdf (merge)
  • encrypt pdf with password (encrypt)
  • list all valid image extensions (ext)
  • convert PDF to multiple images (???)
  • split pdf (split)
  • add watermark/logo to your pdf
  • better TUI (menu)
  • set default export dir

Other

  • readme
  • features roadmap
  • editorconfig
  • logging
  • license
  • pipeline
  • better readme
  • cool labels (version, build, license, buymecoffe)
  • exe release
  • unit tests
  • auto release from master LINK
  • winget/chocolatey

Development

TBA

Dependencies

Based on micro-framework Cocona.

Sonar statistics

Bugs Code Smells Coverage Duplicated Lines (%) Lines of Code Reliability Rating Security Rating Technical Debt Maintainability Rating Vulnerabilities

About

Private PDF Converter is a secure offline tool designed to effortlessly convert PNG files stored locally into a comprehensive PDF document.

Topics

Resources

License

Stars

Watchers

Forks

Languages