Lopdf Versions Save

A Rust library for PDF document manipulation.

v0.20.0

5 years ago
  • Replace println with log macros
  • Use Rust 2018
  • Use pom 3.0

v0.19.0

5 years ago
  • Allow xref section has zero entries, fixes #39
  • Dictionary key type changed to Vec<u8>, fixes #42
  • Move image dependency to embed_image feature

v0.18.0

5 years ago
  • Insert image on page.
  • Able to read stream when it's length is in object stream.

v0.17.0

5 years ago
  • Use time crate directly, chrono is optional.
  • insert_form_object accepts page_id argument.

v0.16.0

5 years ago

Add form xobject to page.

v0.15.3

5 years ago

v0.15.0

6 years ago
  • Extract text from specified pages.
  • Replace text of specified page.

v0.14.1

6 years ago
  • 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

v0.13.0

6 years ago
  • Ignore invalid objects when reading all object in xref table
  • Store compressed stream objects and normal objects together
  • Minor bug fixes and improvements

v0.11.0

6 years ago

Use itoa and dtoa to improve writing performance (by sharazam).