Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
ExtractImageFromPdf1 ( string sourcePDF ) : void |
public CompareImageFromPdf ( string path, string testImage ) : ReadOnlyCollection |
||
path | string | |
testImage | string | |
return | ReadOnlyCollection |
public ExtractPages ( string sourcePdfPath, string outputPdfPath, int startPage, int endPage ) : void | ||
sourcePdfPath | string | |
outputPdfPath | string | |
startPage | int | |
endPage | int | |
return | void |
public ExtractTextFromPdf ( string path ) : string | ||
path | string | |
return | string |
public ExtractXml ( string sourcePdfPath, bool considerNonTabular ) : void | ||
sourcePdfPath | string | |
considerNonTabular | bool | |
return | void |
public GetNumberOfPages ( string sourcePdfPath ) : int | ||
sourcePdfPath | string | |
return | int |
public ImageTest ( string testBmpPath, System actualBmp ) : double | ||
testBmpPath | string | |
actualBmp | System | |
return | double |