Skip to content

Yared98/make-lorem-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Generator with Lorem Ipsum

A simple Python CLI tool to generate PDFs with configurable dimensions and Lorem Ipsum text.

Installation

  1. Clone the repository.
  2. Install dependencies:
    pip install -r requirements.txt

Usage

Run the script from the command line:

python -m src.cli --output my_document.pdf --width 210 --height 297 --pages 2 --paragraphs 4 --size 1.5

Arguments

  • --output: Output filename (required).
  • --width: Page width in mm (default: 210).
  • --height: Page height in mm (default: 297).
  • --pages: Number of pages (default: 1).
  • --paragraphs: Number of paragraphs per page (default: 5).
  • --size: Target file size in MB (optional).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages