Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.41 KB

File metadata and controls

51 lines (41 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.1] - 2024-XX-XX

Added

  • Demo project example (CspdfDemo) demonstrating basic PDF creation features

Changed

  • Improved GitHub Actions workflow for NuGet publishing
  • Enhanced package metadata and release notes

[1.0.0] - 2024-XX-XX

Added

  • Initial release of Cspdf library
  • PDF document creation and manipulation
  • Text rendering with custom fonts and styles
  • Image support and graphics drawing
  • Table creation and rendering
  • Interactive PDF forms (text fields, checkboxes, radio buttons, comboboxes)
  • Watermark support (text and image)
  • Digital signature support
  • Security features (password protection, permissions)
  • Bookmarks and document outlines
  • Annotations (text, highlight, link, free text)
  • HTML to PDF conversion
  • Barcode generation (Code128, Code39, QR Code)
  • PDF merging and splitting
  • Text extraction from PDFs
  • OCR support interface
  • PDF/A compliance support
  • Tagged PDF (PDF/UA) support
  • Stamping functionality
  • XFA form support
  • PDF redaction
  • PDF optimization
  • Page numbering
  • Data extraction from PDFs
  • Comprehensive documentation and examples

Technical Details

  • Built for .NET 8.0
  • Full XML documentation
  • MIT License