dart_pdf_reader 0.1.1
dart_pdf_reader: ^0.1.1 copied to clipboard
Small pure-dart library for parsing PDF files. Supports reading all pdf structures
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.