dart_pdf_reader 0.0.1 copy "dart_pdf_reader: ^0.0.1" to clipboard
dart_pdf_reader: ^0.0.1 copied to clipboard

outdated

Bare-bones PDF reader library in pure dart

Features #

'Simple' PDF reader package. Does not do a lot of interpretation of the data that is being read, but it does provide a way to read the data from a PDF file

Getting started #

  1. Create RandomAccessStream from either bytes ByteStream or file FileStream
  2. Create PDFParser using the stream from step 1
  3. Read the PDF file using the PDFParser from step 2 await parser.parse()
29
likes
0
points
12.8k
downloads

Publisher

verified publisherchimerapps.com

Weekly Downloads

Bare-bones PDF reader library in pure dart

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

charset, image, meta, vector_math

More

Packages that depend on dart_pdf_reader