mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
undo debugging code
This commit is contained in:
@@ -61,9 +61,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
var contents = contentStream.Decode(filterProvider);
|
var contents = contentStream.Decode(filterProvider);
|
||||||
|
|
||||||
var texty = OtherEncodings.BytesAsLatin1String(contents);
|
|
||||||
|
|
||||||
var operations = pageContentParser.Parse(new ByteArrayInputBytes(contents));
|
var operations = pageContentParser.Parse(new ByteArrayInputBytes(contents));
|
||||||
|
|
||||||
var context = new ContentStreamProcessor(cropBox.Bounds, resourceStore, userSpaceUnit);
|
var context = new ContentStreamProcessor(cropBox.Bounds, resourceStore, userSpaceUnit);
|
||||||
|
|||||||
Reference in New Issue
Block a user