C# 클래스 AuScGen.PDFOperation.PDFReader

상속: IContainerPlugin
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
CompareImageFromPdf ( string path, string testImage ) : ReadOnlyCollection
ExtractPages ( string sourcePdfPath, string outputPdfPath, int startPage, int endPage ) : void
ExtractTextFromPdf ( string path ) : string
ExtractXml ( string sourcePdfPath, bool considerNonTabular ) : void
GetImages ( string path ) : List
GetNumberOfPages ( string sourcePdfPath ) : int
ImageTest ( string testBmpPath, System actualBmp ) : double

비공개 메소드들

메소드 설명
ExtractImageFromPdf1 ( string sourcePDF ) : void

메소드 상세

CompareImageFromPdf() 공개 메소드

public CompareImageFromPdf ( string path, string testImage ) : ReadOnlyCollection
path string
testImage string
리턴 ReadOnlyCollection

ExtractPages() 공개 메소드

public ExtractPages ( string sourcePdfPath, string outputPdfPath, int startPage, int endPage ) : void
sourcePdfPath string
outputPdfPath string
startPage int
endPage int
리턴 void

ExtractTextFromPdf() 공개 메소드

public ExtractTextFromPdf ( string path ) : string
path string
리턴 string

ExtractXml() 공개 메소드

public ExtractXml ( string sourcePdfPath, bool considerNonTabular ) : void
sourcePdfPath string
considerNonTabular bool
리턴 void

GetImages() 공개 메소드

public GetImages ( string path ) : List
path string
리턴 List

GetNumberOfPages() 공개 메소드

public GetNumberOfPages ( string sourcePdfPath ) : int
sourcePdfPath string
리턴 int

ImageTest() 공개 메소드

public ImageTest ( string testBmpPath, System actualBmp ) : double
testBmpPath string
actualBmp System
리턴 double