Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix infinite loop in QPDFWriter (fixes #143)
- Loading branch information
1 parent
36b3fe5
commit 8249a26
Showing
5 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| WARNING: issue-143.pdf: can't find PDF header | ||
| WARNING: issue-143.pdf (xref stream: object 3 0, file position 654): stream keyword not followed by proper line terminator | ||
| WARNING: issue-143.pdf (xref stream: object 3 0, file position 607): stream dictionary lacks /Length key | ||
| WARNING: issue-143.pdf (xref stream: object 3 0, file position 654): attempting to recover stream length | ||
| WARNING: issue-143.pdf (xref stream: object 3 0, file position 654): recovered stream length: 36 | ||
| WARNING: issue-143.pdf (xref stream: object 3 0, file position 694): expected endobj | ||
| WARNING: issue-143.pdf: file is damaged | ||
| WARNING: issue-143.pdf (object 1 0, file position 48): expected n n obj | ||
| WARNING: issue-143.pdf: Attempting to reconstruct cross-reference table | ||
| WARNING: issue-143.pdf (file position 24): expected dictionary key but found non-name object; inserting key /QPDFFake1 | ||
| WARNING: issue-143.pdf (file position 24): expected dictionary key but found non-name object; inserting key /QPDFFake2 | ||
| WARNING: issue-143.pdf (file position 24): expected dictionary key but found non-name object; inserting key /QPDFFake3 | ||
| WARNING: issue-143.pdf (file position 24): expected dictionary key but found non-name object; inserting key /QPDFFake4 | ||
| WARNING: issue-143.pdf (object 1 0, file position 21): stream dictionary lacks /Length key | ||
| WARNING: issue-143.pdf (object 1 0, file position 84): attempting to recover stream length | ||
| WARNING: issue-143.pdf (object 1 0, file position 84): recovered stream length: 606 | ||
| WARNING: issue-143.pdf (object 1 0, file position 694): expected endobj | ||
| WARNING: object stream 1 (file position 33): expected dictionary key but found non-name object; inserting key /QPDFFake1 | ||
| qpdf: operation succeeded with warnings; resulting file may have some problems |
Binary file not shown.