Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1 KB

File metadata and controls

39 lines (31 loc) · 1 KB

PDFify Ruby Client - Roadmap

✅ MVP Complete (v0.1.x)

  • Core HTML to PDF conversion
  • API authentication & error handling
  • Test/sandbox mode support
  • Rails integration support
  • Published to RubyGems
  • Documentation & examples

🚀 Planned Features

High Priority

  • Async conversion support (job status polling)
  • Batch conversion API
  • Webhook support for conversion completion
  • Template caching

Medium Priority

  • Advanced PDF options (headers/footers, page numbers)
  • Custom fonts support
  • Image optimization settings
  • PDF merge/combine functionality

Low Priority

  • CLI tool for command-line usage
  • ActiveStorage integration
  • Retry logic with exponential backoff
  • Request logging & debugging mode

🐛 Known Issues

  • None currently

📝 Future Considerations

  • TypeScript definitions for JS interop
  • Support for other template engines (ERB, Haml, Slim)
  • PDF watermarking
  • Performance benchmarks vs competitors