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-11-03 12:19:07 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9bd97daef87bd7ea4b5cf26b366d61612be53303
9bd97dae
1 parent
eb6ff163
Add Ascii85 test
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
pdf/CHANGELOG.md
pdf/test/ttf_test.dart
pdf/CHANGELOG.md
View file @
9bd97da
...
...
@@ -11,6 +11,7 @@
-
Add optional clipping on Page
-
Add Footer Widget
-
Fix Page orientation
-
Add Ascii85 test
## 1.3.23
...
...
pdf/test/ttf_test.dart
View file @
9bd97da
...
...
@@ -59,7 +59,7 @@ void printTextTtf(PdfGraphics canvas, String text, File ttfFont, double top) {
void
main
(
)
{
test
(
'Pdf TrueType'
,
()
{
final
PdfDocument
pdf
=
PdfDocument
();
final
PdfDocument
pdf
=
PdfDocument
(
compress:
false
);
final
PdfPage
page
=
PdfPage
(
pdf
,
pageFormat:
const
PdfPageFormat
(
500
,
300
));
...
...
Please
register
or
login
to post a comment