All Versions
19
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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)
- ➕ added
-
v0.4.1 Changes
- added
PdfDocument::save_to_bytes()
to save the PDF document directly to aVec<u8>
(see #101)
- added
-
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
to0.8.2
(breaks semver for non-edition = "2019"
compilers, hence the new version) - ⬆️ Upgrade
time
to0.2.1
- ➕ Added
PdfDocument::empty
- ⬆️ Upgrade
-
v0.2.12 Changes
- ⬆️ Upgrade
image
to0.22
- ⬆️ Upgrade
-
v0.2.11 Changes
- ⚡️ Update
lopdf
, fixes #27
- ⚡️ Update
-
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
- ⬆️ Upgraded image to