dart_pdf_reader 0.2.3
dart_pdf_reader: ^0.2.3 copied to clipboard
Small pure-dart library for parsing PDF files. Supports reading all pdf structures
0.2.3 #
- Support malformed strings when decoding utf8
0.2.2 #
- Expose document, resolver and dictionary in catalog
0.2.1 #
- Expose resolver in pages
0.2.0 #
- Bugfix: Hex strings now consume their ending bracket
- Bugfix: Multiple content streams in a page are now supported
- Update: Support direct dictionaries in outlines
- Breaking:
destination
inPDFOutlineGoToAction
has been updated to a generic object as per spec - Deprecation:
page.contentStream
has been deprecated in favor ofpage.contentStreams
0.1.6 #
- Fixed bug in
ByteOutputStream
where writeAll would not update position - Added tests for
ByteOutputStream
andByteInputStream
0.1.5 #
- Fixed bug when using fastRead
- Added more uint list optimizations where possible
0.1.4 #
- Use Uint8List instead of List
- Add fast path for copying bytes from ByteStream
0.1.3 #
- Add support for pdf bookmarks (outlines)
0.1.2 #
- Don't hold future in ByteStream to allow sending across isolates
0.1.1 #
- Add support for ascii85, asciihex, lzw and run length filters
0.1.0 #
- Breaking: require dart 3
- Experimental: support loading compressed xref streams and compressed object streams
0.0.8 #
- Bugfix: pdf streams with reference to length would crash the parser
0.0.7 #
- Bugfix: toString on literal strings would have double ()
0.0.6 #
- Add asPDFString to PDFStringLike that returns the string encoded for output in pdf
0.0.5 #
- Bugfix: support for \r only newlines
0.0.4 #
- Code cleanup
- Small parsing bug fixes
0.0.3 #
- Remove unused dependencies
- Add some clone methods
- Change visibility of some dictionary map
0.0.2 #
- Update dependencies
0.0.1 #
- Initial version.