Skip to content

Version 0.12.0

Latest
Compare
Choose a tag to compare
@laurmaedje laurmaedje released this 30 Sep 13:37
· 5 commits to main since this release
  • Added Content::state_nesting_depth, which can be used to get the q/Q nesting depth for PDF implementation limit compliance
  • Added association_kind method to FileSpec
  • Added AssociationKind enum
  • Added associated_files to Annotation, Catalog, Page, ImageXObject, and FormXObject
  • Added embedded_file_with_unicode to FileSpec
  • Added additional PageModes (Breaking change)
  • Fixed return type of Chunk::refs (from impl IntoIterator to impl ExactSizeIterator, so maybe not actually breaking?)