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
2019-02-24 10:26:40 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
658551a8247753c366e1b780f9bff96d2874ce49
658551a8
1 parent
679e23c5
Update Readme to point to the right images
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
pdf/README.md
printing/README.md
pdf/README.md
View file @
658551a
...
...
@@ -8,7 +8,7 @@ This library is divided in two parts:
It can create a full multi-pages document with graphics,
images and text using TrueType fonts. With the ease of use you already know.

<img
alt=
"Example document"
src=
"https://raw.githubusercontent.com/DavBfr/dart_pdf/master/pdf/example.jpg"
>
> Use the `printing` package <https://pub.dartlang.org/packages/printing>
> for full flutter print and share operation.
...
...
printing/README.md
View file @
658551a
...
...
@@ -5,7 +5,7 @@ documents to android or ios compatible printers
See the example on how to use the plugin.
<img
alt=
"Example document"
src=
"example.png"
width=
"300"
>
<img
alt=
"Example document"
src=
"
https://raw.githubusercontent.com/DavBfr/dart_pdf/master/printing/
example.png"
width=
"300"
>
> This plugin uses the `pdf` package <https://pub.dartlang.org/packages/pdf>
> for pdf creation. Please refer to <https://pub.dartlang.org/documentation/pdf/latest/>
...
...
Please
register
or
login
to post a comment