From 8fd334be171e053f2f72f07724f6861c1e3d6fee Mon Sep 17 00:00:00 2001 From: Dave Barnes Date: Mon, 16 Sep 2019 14:00:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf18b7f..dd46c44 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ gofpdi allows you to import an existing PDF into a new PDF. The following PDF g ## Acknowledgments This package’s code is derived from the [fpdi](https://github.com/Setasign/FPDI/tree/1.6.x-legacy) library created by [Jan Slabon](https://github.com/JanSlabon). -[mrtsbt](https://github.com/mrtsbt) added support for reading a PDF from an `io.ReadSeeker` stream. +[mrtsbt](https://github.com/mrtsbt) added support for reading a PDF from an `io.ReadSeeker` stream and also added support for using gofpdi concurrently. [awesomeunleashed](https://github.com/awesomeunleashed) added support for reading PDFs that have split xref tables. ## Examples