Skip to content

Commit

Permalink
Fix #705
Browse files Browse the repository at this point in the history
  • Loading branch information
hhrutter committed Sep 9, 2023
1 parent 3987bb6 commit 2a899ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pdfcpu/createTestPDF.go
Expand Up @@ -1921,6 +1921,7 @@ func CreateContext(xRefTable *model.XRefTable, conf *model.Configuration) *model
if conf == nil {
conf = model.NewDefaultConfiguration()
}
xRefTable.Conf = conf
xRefTable.ValidationMode = conf.ValidationMode
return &model.Context{
Configuration: conf,
Expand Down

0 comments on commit 2a899ed

Please sign in to comment.