Releases: MPCodeWriter21/PDF-Helper
Releases · MPCodeWriter21/PDF-Helper
Release list
v0.4.0
feat: Add generate-recipe CLI command for recipe templates Add a new 'pdf-helper generate-recipe' subcommand that lets users quickly scaffold recipe YAML files from built-in templates. When called without arguments it lists available templates; with a template name it outputs the YAML to stdout or writes it to a file. Templates included: remove-pages, bundle, split-and-extract, extract-text, convert-to-images. Bump version to 0.4.0.
v0.3.2
fix: Replace sys.exit() with proper exceptions in library code Library functions (extract_text, split_pdf, run_recipe) now raise ValueError, PermissionError, and RecipeError instead of calling sys.exit(1), making the package safe to import and use as a library. The CLI layer catches these exceptions and handles process termination.
Auto Build
Auto Build
0.2.2 ci: Merge automatic-release and pypi workflows into one build-and-pub…
Auto Build
0.2.1 fix: Upgraded log21