Skip to content

Commit 768a054

Browse files
Update main.dart
1 parent 1bf2d0e commit 768a054

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

example/lib/main.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,6 @@ class _MyAppState extends State<MyApp> {
9393
Future _pickPDFText() async {
9494
File file = await FilePicker.getFile();
9595
_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);
10496
setState(() {});
10597
}
10698

0 commit comments

Comments
 (0)