mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-01-18 19:51:24 +08:00
Forgot to commit this
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
content = GetContent(number, bytes, cropBox, userSpaceUnit, rotation, mediaBox, parsingOptions);
|
content = GetContent(number, bytes, cropBox, userSpaceUnit, rotation, mediaBox, parsingOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
var initialMatrix = ContentStreamProcessor.GetInitialMatrix(userSpaceUnit, mediaBox, cropBox, rotation);
|
var initialMatrix = ContentStreamProcessor.GetInitialMatrix(userSpaceUnit, mediaBox, cropBox, rotation, parsingOptions.Logger);
|
||||||
|
|
||||||
var page = new Page(number, dictionary, mediaBox, cropBox, rotation, content,
|
var page = new Page(number, dictionary, mediaBox, cropBox, rotation, content,
|
||||||
new AnnotationProvider(pdfScanner, dictionary, initialMatrix),
|
new AnnotationProvider(pdfScanner, dictionary, initialMatrix),
|
||||||
|
|||||||
Reference in New Issue
Block a user