We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf2d0e commit 768a054Copy full SHA for 768a054
example/lib/main.dart
@@ -93,14 +93,6 @@ class _MyAppState extends State<MyApp> {
93
Future _pickPDFText() async {
94
File file = await FilePicker.getFile();
95
_pdfDoc = await PDFDoc.fromFile(file);
96
- print(_pdfDoc.info.producer);
97
- print(_pdfDoc.info.creator);
98
- print(_pdfDoc.info.creationDate);
99
- print(_pdfDoc.info.modificationDate);
100
- print(_pdfDoc.info.subject);
101
- print(_pdfDoc.info.keywords);
102
- print(_pdfDoc.info.title);
103
- print(_pdfDoc.info.author);
104
setState(() {});
105
}
106
0 commit comments