Skip to content

Releases: J-F-Liu/lopdf

0.34.0

01 Sep 09:33
Compare
Choose a tag to compare

See CHANGLOG.md for details.
Thanks a lot for new contributers: Heinenen, dkaluza, jrmuizel

0.20.0

07 Mar 14:40
Compare
Choose a tag to compare
  • Replace println with log macros
  • Use Rust 2018
  • Use pom 3.0

0.19.0

24 Oct 14:45
Compare
Choose a tag to compare
  • Allow xref section has zero entries, fixes #39
  • Dictionary key type changed to Vec<u8>, fixes #42
  • Move image dependency to embed_image feature

0.18.0

05 Oct 11:25
Compare
Choose a tag to compare
  • Insert image on page.
  • Able to read stream when it's length is in object stream.

0.17.0

19 Sep 15:57
Compare
Choose a tag to compare
  • Use time crate directly, chrono is optional.
  • insert_form_object accepts page_id argument.

0.16.0

18 Sep 09:26
Compare
Choose a tag to compare

Add form xobject to page.

Bug fixes

14 Sep 03:57
Compare
Choose a tag to compare
v0.15.3

Decompress Form XObject

0.15.0 Extract plain text

04 Feb 06:32
Compare
Choose a tag to compare
  • Extract text from specified pages.
  • Replace text of specified page.

0.14.1

04 Nov 10:34
Compare
Choose a tag to compare
  • Derive Clone for Document and Xref
  • Add a dictionary! macro that creates a Dictionary
  • Add an Object::string_literal constructor
  • Add impl From<_> for Object for more types
  • Remove the Seek bound on Document::save_to

0.13.0

02 Oct 11:07
Compare
Choose a tag to compare
  • Ignore invalid objects when reading all object in xref table
  • Store compressed stream objects and normal objects together
  • Minor bug fixes and improvements