printpdf v0.2.1 Release Notes

    • The document.save() method now needs a BufWriter, to enforce buffered output (breaking change).
    • 👯 The PdfDocument now implements Clone, so you can write one document to multiple outputs.
    • You can disable the automatic embedding of an ICC profile by using a CustomPdfConformance. See examples/no_icc.rs for usage information.
    • set_outline_thickness now accepts floating-point units