mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-21 04:17:57 +08:00
support opening from stream and improve performance of brute force searching since the seek operation is now slower.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
namespace UglyToad.PdfPig.Tests.Parser.Parts
|
||||
{
|
||||
using System;
|
||||
using IO;
|
||||
using PdfPig.IO;
|
||||
using PdfPig.Parser.Parts;
|
||||
using PdfPig.Util;
|
||||
using Xunit;
|
||||
|
Reference in New Issue
Block a user