AlessioLuciani / flutter-pdf-text

A plugin for Flutter that allows you to read the text content of PDF documents and convert it into strings.
MIT License
18 stars 45 forks source link

Not closed a PDF documents warnings on Android #18

Closed hicnar closed 3 years ago

hicnar commented 3 years ago

Here's a message I got after extracting text from a PDF file on Android W/PdfBox-Android(10576): Warning: You did not close a PDF Document`

hicnar commented 3 years ago

This is now fixed in the PR I submitted