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
2022-03-19 14:01:10 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d1fbc758456b53b3893de837e342a615fad27b4
4d1fbc75
1 parent
091cd375
Fix missing endobj with compressed xref
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
pdf/CHANGELOG.md
pdf/lib/src/pdf/xref.dart
pdf/CHANGELOG.md
View file @
4d1fbc7
# Changelog
## 3.7.3
-
Fix missing endobj with compressed xref
## 3.7.2
-
Improve debugging information
...
...
pdf/lib/src/pdf/xref.dart
View file @
4d1fbc7
...
...
@@ -215,5 +215,7 @@ class PdfXrefTable extends PdfDataType {
encrypt:
false
,
values:
params
.
values
,
).
output
(
s
,
object
.
pdfDocument
.
verbose
?
0
:
null
);
s
.
putString
(
'endobj
\n
'
);
}
}
...
...
Please
register
or
login
to post a comment