C# 클래스 AuScGen.ERT.PDFSplit.Program

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

Private Properties

프로퍼티 타입 설명
DeleteFile void
EndOfExtraction void
ExtractPages void
ExtractText void
ExtractXml void
GetImagesFromPdf List
LogIndexFile void
Main void
PDFRead List

비공개 메소드들

메소드 설명
DeleteFile ( string path ) : void
EndOfExtraction ( string path ) : void
ExtractPages ( string sourcePath, string targetPath, int startPageNumber, int endPageNumber ) : void
ExtractText ( string path ) : void
ExtractXml ( string targetPdf ) : void
GetImagesFromPdf ( ) : List
LogIndexFile ( string path, string text ) : void
Main ( string args ) : void
PDFRead ( string path ) : List