Forest Mountain (0.1.11) #1110
EliotJones
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome to version 0.1.11. The changes in this version have mainly focused on stability. There is a breaking API change.
We have also started to run tests against a larger corpus of documents from Common Crawl allowing us to find bugs and malformed files proactively. This release is screened against 6000 additional files.
startxref
location when parsing a file..IGraphicsStateOperationFactory
andReflectionGraphicsStateOperationFactory
public.Span
andReadOnlyMemory
where available.PdfDocumentBuilder
, fixes some bugs with copying fonts and dictionary tokens referenced indirectly.endstream
definitions.xref
table positions, missing/FirstChar
entry for font dictionaries and corrupt ASCII 85 encoded data.PdfDocumentBuilder
could result in upside-down or wrongly positioned text due to global transforms in the source PDF.PdfDocumentBuilder
any external link annotations should be preserved.Breaking changes
The method on
PdfDocumentBuilder
:Has been changed to wrap the
copyLink
parameter in an options object to support theKeepAnnotations
option:You can just set the
CopyLinkFunc
property in the options object if you need to access this functionality.Auto generated change log
page.Text
or asking about editing docs by @EliotJones in update readme to avoid people usingpage.Text
or asking about editing docs #1109New Contributors
Thanks to the following people who made their first contributions to the project in this release:
And thanks to those who reported issues that help us improve the library and fix bugs.
Full Changelog: v0.1.10...v0.1.11
This discussion was created from the release Forest Mountain (0.1.11).
Beta Was this translation helpful? Give feedback.
All reactions