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
Garrett
2022-05-13 16:11:05 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2022-05-19 17:59:59 -0300
Commit
b3fdd3950320859b7480351e153fb1301a63c59e
b3fdd395
1 parent
c0ea0ed9
Cleans up each page after use
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
printing/lib/printing_web.dart
printing/lib/src/pdfjs.dart
printing/lib/printing_web.dart
View file @
b3fdd39
...
...
@@ -333,6 +333,7 @@ class PrintingPlugin extends PrintingPlatform {
canvas
.
height
!,
data
.
toBytes
(),
);
page
.
cleanup
();
}
t
.
destroy
();
}
...
...
printing/lib/src/pdfjs.dart
View file @
b3fdd39
...
...
@@ -58,6 +58,7 @@ class PdfJsDoc {
class
PdfJsPage
{
external
PdfJsViewport
getViewport
(
Settings
data
);
external
PdfJsRender
render
(
Settings
data
);
external
bool
cleanup
();
}
@anonymous
...
...
Please
register
or
login
to post a comment