mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 20:07:57 +08:00
undo debugging code
This commit is contained in:
@@ -62,8 +62,6 @@
|
|||||||
|
|
||||||
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