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