All Versions
26
Latest Version
Avg Release Cycle
59 days
Latest Release
1668 days ago

Changelog History
Page 3

  • v0.6.0 Changes

    February 16, 2017

    ➕ Add

    • ➕ Add Stream::decompressed_content() method

    Read

    • ⚡️ Read previous Xrefs of linearized or incremental updated document
  • v0.5.0 Changes

    February 10, 2017

    ➕ Add

    • ➕ Add size field to Xref
    • ➕ Add Xref struct

    Decode

    • Decode PNG frame after FlateDecode

    Read

    • Read compressed objects from object stream
    • Read xref stream

    ⚡️ Update

    • ⚡️ Update README

    👉 Use

    • 👉 Use pom 0.9.0

    XrefEntry

    • XrefEntry as enum type
  • v0.4.0 Changes

    January 29, 2017

    ➕ Add

    • ➕ Add Operation constructor
    • ➕ Add modify_text test
    • ➕ Add travis-ci build status
    • ➕ Add FAQ in Readme
    • Add print_xref_size() for debuging

    Decode

    • Decode content stream

    Encode

    • Encode content operations

    🛠 Fix

    ⚡️ Optimize

    • ⚡️ Optimize parser code

    Solve

    • Solve mutual reference problem between Pages and Page objects

    Trigger

    • 🚀 Trigger new release to pass build on docs.rs

    ⚡️ Update

    • ⚡️ Update create PDF example
  • v0.3.0 Changes

    January 18, 2017

    ➕ Add

    • ➕ Add compress/decompress subcommands to pdfutil

    Create

    • 📜 create PDF parser using pom instead of nom

    Dictionary

    • Dictionary preserve key insert order

    ⚡️ Update

    • ⚡️ Update README
    • ⚡️ Update parser to use pom 0.6.0

    👉 Use

    • 👉 Use reader to get stream length if it is a reference object
  • v0.2.0 Changes

    January 05, 2017

    ➕ Add

    • ➕ Add pdfutil program

    🛠 Fix

    • 🛠 Fix parsing PDF array error

    👌 Improve

    • 👌 Improve documentation
  • v0.1.0 Changes

    December 23, 2016

    Editor

    • Editor config

    Impl

    • impl Document add_object method

    👌 Improve

    • 👌 Improve Document::save functional type

    🎉 Initial

    • 🎉 Initial commit

    PDF

    • PDF objects and document definition

    📜 Parse

    • 📜 Parse and load PDF document

    Read

    • Read objects from xref table instead of sequentially from file stream

    💾 Save

    • 💾 Save PDF document to file

    Store

    • Store max_id as a field of document