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
2018-07-24 15:23:10 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7eb08c4879c065242d263598ca411378857f4f15
7eb08c48
1 parent
5db513fe
Update README example
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
7eb08c4
...
...
@@ -3,7 +3,7 @@
Example:
```
dart
final
pdf
=
new
PDFDocument
();
final
page
=
new
PDFPage
(
pdf
,
pageFormat:
new
PDFPageFormat
(
PDFPageFormat
.
LETTER
)
);
final
page
=
new
PDFPage
(
pdf
,
pageFormat:
PDFPageFormat
.
LETTER
);
final
g
=
page
.
getGraphics
();
final
font
=
new
PDFFont
(
pdf
);
...
...
Please
register
or
login
to post a comment