All Versions
19
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.5.2 Changes

    • ๐Ÿ“„ enable all features on docs.rs
  • v0.5.0 Changes

    • โž• added Svg class to directly add SVG files to the PDF and instantiate them on the page
    • โœ‚ remove embedded_images feature from default features
    • ๐Ÿ”„ change default PDF conformance to not embed an entire ICC color profile in the PDF (save on file size)
  • v0.4.1 Changes

    • added PdfDocument::save_to_bytes() to save the PDF document directly to a Vec<u8> (see #101)
  • v0.4.0 Changes

    • ๐Ÿš€ no actual changes, just a re-release of 0.3.4 to fix semver breakage
  • v0.3.4 Changes

    • โž• Added bookmarks and clipping path support
    • ๐Ÿ’ฅ Breaking: PDFConformance default changed to not require XMP Metadata and embedded ICC profile by default
  • v0.3.1 Changes

    • ๐Ÿ›  Fix issue with Fonts on iOS and macOS
    • โšก๏ธ Updated dependencies
  • v0.3.0 Changes

    • โฌ†๏ธ Upgrade rusttype to 0.8.2 (breaks semver for non-edition = "2019" compilers, hence the new version)
    • โฌ†๏ธ Upgrade time to 0.2.1
    • โž• Added PdfDocument::empty
  • v0.2.12 Changes

    • โฌ†๏ธ Upgrade image to 0.22
  • v0.2.11 Changes

    • โšก๏ธ Update lopdf, fixes #27
  • v0.2.10 Changes

    • โฌ†๏ธ Upgraded image to 0.20
    • โž• Added ColorType::Palette for indexed colors
    • Creating an image from a Dynamic image can't fail, so no Result is returned