Skip to content

RabbitPDF 0.1.0

Choose a tag to compare

@josuejuca josuejuca released this 06 Jul 19:51

RabbitPDF 0.1.0

Added

  • Added GitHub Actions workflow for publishing RabbitPDF to PyPI using Trusted Publishing.
  • Added CLI support for creating PDFs from images with rabbitpdf create --images.
  • Added CLI options for --page-size, --margin, --font-name, --leading, and --stretch-images.

Improved

  • create_pdf() now accepts page_size and margin.
  • PDF creation now validates invalid layout options before writing files.
  • Image PDF creation now reports missing image files more clearly.

Tests

  • Replaced import-time PDF generation with real creator tests.
  • Added CLI tests for text and image PDF creation.