* Support not finding the Pages dictionary in lenient mode and support Kids object not referencing a page object in lenient mode
---------
Co-authored-by: Arnaud TAMAILLON <arnaud.tamaillon@younited-credit.fr>
* Avoid ToArray() in memoryFactory
* Seal and update IFilters to return ReadOnlyMemory<byte>
* Fix filter tests
* Seal and update IFilters to return ReadOnlyMemory<byte>
* Improve TryReadStream with simplification & fix of Stream Invalid Length cutting off Streams
- Fix of Stream invalid Length issue causing stream data being cut off: fix https://github.com/UglyToad/PdfPig/issues/809
- Improve Stream Token read performance by:
- simplifying TryReadStream(), avoiding use of MemoryStream, with benefice of already existing Memory Span of "inputBytes"
- removing the unecessary List<>
* Add Stream with Invalid Length unit test
* Use of Memory<> instead of direct Span to avoid byte array allocation .ToArray.
Suggestion from (4153e4a1b4 (r1619509165))
* #836 Fix UnsupervisedReadingOrder orders 2 blocks on the same row out of order
Add images for documentation
* Update Documentation: Additional example, Reference to wiki
* Change code formating to C# on documentation
* Fix link in documentation
* Fix Spelling
---------
Co-authored-by: David <David@david>
* Use a fixed list of operations in ReflectionGraphicsStateOperationFactory rather than searching via reflection.
* Add a unit test to check that ReflectionGraphicsStateOperationFactory.operations contains all supported graphics operations
* Avoid encoding ASCII in more cases
* Make Space a const
* Use WriteWhiteSpace extension to eliminate possible virtual call
* Use ASCII when encoding constrained character subset
* Simplify pragmas
* Revert Whitespace rename
* Fix using statement order
* Remove obsolete serialization support on .NET
* Remove obsolete serialization support on .NET (part 2)
* Make AdobeFontMetricsLigature a struct
* Make AdobeFontMetricsCharacterSize a struct
* Eliminate allocation in CompactFontFormatData
* Pass TransformationMatrix by reference
* Seal Encoding classes
* Make SubTableHeaderEntry a readonly struct
* Introduce StringSplitter and eliminate various allocations in GlyphListFactory
* Eliminate a few substring allocations
* Use char overload on StringBuilder
* Eliminate virtual calls on stringIndex
* Optimize ReadHelper ReadLong and ReadInt methods
* Add additional readonly annotations to PdfRectangle
* Optimize NameTokenizer
* Eliminate allocation in TrueTypeGlyphTableSubsetter
* Use empty arrays
* Eliminate allocations in OperationWriteHelper.WriteHex
* Use simplified DecryptCbc method on .NET 6+
* Fix windows-1252 encoding not working on net6.0 and 8.0
* Update int buffers to exact unsigned max length and eliminate additional byte allocation
* Fix typo
* Remove unused constant