C# Class AuScGen.ERT.PDFSplit.Program

Datei anzeigen Open project: geeksree/cSharpGeeks

Private Properties

Property Type Description
DeleteFile void
EndOfExtraction void
ExtractPages void
ExtractText void
ExtractXml void
GetImagesFromPdf List
LogIndexFile void
Main void
PDFRead List

Private Methods

Method Description
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