Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sign/sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ func (context *SignContext) SignPDF() error {
context.SignData.Appearance.Page = 1
}

// Reset slices and states that might be polluted from previous run if this is a retry
context.newXrefEntries = nil
context.updatedXrefEntries = nil
context.lastXrefID = 0

context.OutputBuffer = filebuffer.New([]byte{})

// Copy old file into new buffer.
Expand Down