mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
delete old code and start an approach for parsing fonts and page content streams
This commit is contained in:
11
src/UglyToad.Pdf/Parser/IPageContentParser.cs
Normal file
11
src/UglyToad.Pdf/Parser/IPageContentParser.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace UglyToad.Pdf.Parser
|
||||
{
|
||||
using Content;
|
||||
using Graphics;
|
||||
using IO;
|
||||
|
||||
internal interface IPageContentParser
|
||||
{
|
||||
PageContent Parse(IGraphicsStateOperationFactory operationFactory, IInputBytes inputBytes);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user