flutter-pdf-text icon indicating copy to clipboard operation
flutter-pdf-text copied to clipboard

A plugin for Flutter that allows you to read the text content of PDF documents and convert it into strings.

Results 25 flutter-pdf-text issues
Sort by recently updated
recently updated
newest added

FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher. The following dependencies do not satisfy the...

This is my source code I have attached a pdf file where my Bangla font are breaking I didn't fiend any solution [app_flutterMY_PDF.pdf](https://github.com/AlessioLuciani/flutter-pdf-text/files/14325610/app_flutterMY_PDF.pdf) import 'dart:io'; import 'dart:typed_data'; import 'package:flutter/services.dart'; import...

Certain offending PDF files may cause this native crash: E/AndroidRuntime( 7710): FATAL EXCEPTION: Thread-6 E/AndroidRuntime( 7710): Process: com.valorbyte.****, PID: 7710 E/AndroidRuntime( 7710): java.lang.StringIndexOutOfBoundsException: length=2; index=2 E/AndroidRuntime( 7710): at java.lang.String.charAt(Native Method)...

How do I open a PDF document from Assets folder?

Is this plugin support arabic content Arabic pdf?

Hi Alessio, Thanks for this great library, But i have one question: How i can know progress of extract pdf ? Thanks

Hi , It will very helpful when it be a HTML , so i can get attribute like H1, H2, and more in text of PDF. Thanks

I am using your great plugin - many thanks. This error is not actually causing me any problems I have noticed that when I call ```dart _pdfDoc = await PDFDoc.fromPath(filePickerResult.files.single.path!);...

Is it possible to add web support using, for example, this package? https://github.com/mozilla/pdf.js