Releases: phpdave11/gofpdi
gofpdi v1.0.15
gofpdi v1.0.15 fixes an issue when a PDF page is imported with multiple versions of an object and the newest version of the object was not being used (e.g. an update to a text box using Acrobat Pro would not be reflected in the imported PDF)
gofpdi v1.0.14
Various bug fixes
gofpdi v1.0.13
gofpdi v1.0.13 fixes an issue when a PDF page is imported more than once.
gofpdi v1.0.12
gofpdi v1.0.12 adds support for reading page trees and improves support for reading cross-reference streams.
gofpdi v1.0.11
gofpdi v1.0.11 fixes a cross-reference stream parsing bug.
gofpdi v1.0.10
gofpdi v1.0.10 fixes bugs and improves support for documents with cross-reference streams.
gofpdi v1.0.9
gofpdi v1.0.9 adds support for cross-reference streams and compressed stream objects.
gofpdi v1.0.8
gofpdi v1.0.8 adds support for reading PDFs that have split xref tables.
gofpdi v1.0.7
gofpdi v1.0.7 fixes a bug where io.ReadSeeker
wasn't being passed as a pointer argument.
gofpdi v1.0.6
gofpdi v1.0.6 adds the ability to import a PDF stream from an io.ReadSeeker
object using the SetSourceStream
function.