Skip to content

Releases: J-F-Liu/lopdf

0.11.0

21 Aug 03:38
Compare
Choose a tag to compare

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

0.10.0

04 Aug 03:40
Compare
Choose a tag to compare

Add stream.with_compression(false) to disable compression, useful in font objects.

0.9.0

24 May 10:33
Compare
Choose a tag to compare
  • Add Document::with_version() to create new document.
  • Add Document::load_from() to read from any source impls Read.
  • Add Document::save_to() to write any target impls Write.
  • Fix some bugs.

0.8.0

16 Mar 08:07
Compare
Choose a tag to compare
  • Delete specified objects and pages.
  • Prune unused objects.
  • Renumber objects.

0.7.0

07 Mar 06:51
Compare
Choose a tag to compare
  • Read and write DateTime value.
  • Read xref stream in hybrid-reference file.
  • Add Content::decode() function.

0.6.0

16 Feb 08:40
Compare
Choose a tag to compare

Read previous Xrefs of linearized or incremental updated document.

0.5.0

10 Feb 02:03
Compare
Choose a tag to compare

Read xref stream and object streams.

0.4.0

29 Jan 16:00
Compare
Choose a tag to compare

Decode and encode operations of content streams.

0.3.0

18 Jan 01:51
Compare
Choose a tag to compare
  • Use pom instead of nom for parsing.
  • Able to parse stream object when its Length is a reference object.
  • Dictionary preserves key insert order.

0.2.0

05 Jan 08:18
Compare
Choose a tag to compare

Compress/Decompress stream objects.