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
2021-04-02 11:08:41 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56f1505552c5ba5758c9811b187e8c102abf5fdb
56f15055
1 parent
dfe7cd12
Fix a doc typo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pdf/lib/src/pdf/object_stream.dart
pdf/lib/src/pdf/object_stream.dart
View file @
56f1505
...
...
@@ -57,7 +57,7 @@ class PdfObjectStream extends PdfObject {
if
(
_data
==
null
)
{
if
(
isBinary
)
{
// This is a Ascii85 stream
// This is a
n
Ascii85 stream
final
e
=
Ascii85Encoder
();
_data
=
e
.
convert
(
buf
.
output
());
params
[
'/Filter'
]
=
const
PdfName
(
'/ASCII85Decode'
);
...
...
Please
register
or
login
to post a comment