Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-03-19 21:11:31 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b9e566764a348dee45f92a229f01d600c0de2e25
b9e56676
1 parent
701a79fd
Fix Readme
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
pdf/README.md
pdf/README.md
View file @
b9e5667
...
...
@@ -52,7 +52,6 @@ pdf.addPage(pw.Page(
To load an image from a file:
```
dart
final
img
=
decodeImage
();
final
image
=
PdfImage
.
file
(
pdf
.
document
,
bytes:
File
(
'test.webp'
).
readAsBytesSync
(),
...
...
Please
register
or
login
to post a comment