🚀 Fileasy CLI Usage

Command Syntax

fileasy [-h] [-c] [-m] [-f FILES [FILES ...]] [-o OUTPUT]

Examples

Convert an image to PDF

fileasy -c -f image.jpg -o output.pdf

Convert a PDF to images

fileasy -c -f document.pdf -o image_output.jpg

Merge multiple PDF files

fileasy -m -f file1.pdf file2.pdf -o merged.pdf

Convert and merge multiple images into one PDF

fileasy -c -m -f img1.jpg img2.jpg -o merged.pdf