Skip to content

Releases: phpdave11/gofpdi

gofpdi v1.0.15

01 May 18:33
Compare
Choose a tag to compare

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

08 Jan 23:02
Compare
Choose a tag to compare

Various bug fixes

gofpdi v1.0.13

02 Jun 13:11
Compare
Choose a tag to compare

gofpdi v1.0.13 fixes an issue when a PDF page is imported more than once.

gofpdi v1.0.12

17 May 15:09
Compare
Choose a tag to compare

gofpdi v1.0.12 adds support for reading page trees and improves support for reading cross-reference streams.

gofpdi v1.0.11

20 Feb 19:07
Compare
Choose a tag to compare

gofpdi v1.0.11 fixes a cross-reference stream parsing bug.

gofpdi v1.0.10

13 Feb 19:29
Compare
Choose a tag to compare

gofpdi v1.0.10 fixes bugs and improves support for documents with cross-reference streams.

gofpdi v1.0.9

11 Feb 00:13
Compare
Choose a tag to compare

gofpdi v1.0.9 adds support for cross-reference streams and compressed stream objects.

gofpdi v1.0.8

16 Sep 19:01
8fd334b
Compare
Choose a tag to compare

gofpdi v1.0.8 adds support for reading PDFs that have split xref tables.

gofpdi v1.0.7

09 Aug 15:19
Compare
Choose a tag to compare

gofpdi v1.0.7 fixes a bug where io.ReadSeeker wasn't being passed as a pointer argument.

gofpdi v1.0.6

08 Aug 18:47
182fc48
Compare
Choose a tag to compare

gofpdi v1.0.6 adds the ability to import a PDF stream from an io.ReadSeeker object using the SetSourceStream function.