C# 클래스 Pedamorf.Service.Client.PedamorfServiceClient

상속: IDisposable
파일 보기 프로젝트 열기: bradyholt/pedamorf 1 사용 예제들

공개 메소드들

메소드 설명
CombinePdfs ( List sourcePdfs ) : PedamorfResponse
ConvertFile ( Stream fileSteam, string fileName ) : PedamorfResponse
ConvertFile ( Stream fileSteam, string fileName, ConversionOptions options ) : PedamorfResponse
ConvertFile ( byte file, string fileName ) : PedamorfResponse
ConvertFile ( string filePath ) : PedamorfResponse
ConvertFile ( string filePath, ConversionOptions options ) : PedamorfResponse
ConvertFiles ( byte[]>.Dictionary files ) : PedamorfResponse
ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2 ) : PedamorfResponse
ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2, ConversionOptions options ) : PedamorfResponse
ConvertFiles ( string directoryPath ) : PedamorfResponse
ConvertFiles ( string directoryPath, ConversionOptions options ) : PedamorfResponse
ConvertHtml ( string html ) : PedamorfResponse
ConvertHtmlList ( List html ) : PedamorfResponse
ConvertImage ( Stream fileSteam, string fileName ) : PedamorfResponse
ConvertImage ( Stream fileSteam, string fileName, ImageConversionOptions options ) : PedamorfResponse
ConvertImage ( byte image, string fileName ) : PedamorfResponse
ConvertImage ( string filePath ) : PedamorfResponse
ConvertImage ( string filePath, ImageConversionOptions options ) : PedamorfResponse
ConvertImages ( byte[]>.Dictionary images ) : PedamorfResponse
ConvertImages ( Stream imageStream1, string imageName1, Stream imageStream2, string imageName2, ImageConversionOptions options ) : PedamorfResponse
ConvertImages ( string directoryPath ) : PedamorfResponse
ConvertImages ( string directoryPath, ImageConversionOptions options ) : PedamorfResponse
ConvertText ( string text ) : PedamorfResponse
ConvertUrl ( List urls ) : PedamorfResponse
ConvertUrl ( string url ) : PedamorfResponse
ConvertZipFile ( byte zipFile ) : PedamorfResponse
Dispose ( ) : void

비공개 메소드들

메소드 설명
GetDirectoryFiles ( string directoryPath ) : byte[]>.Dictionary
GetStreamFile ( Stream input ) : byte[]

메소드 상세

CombinePdfs() 공개 메소드

public CombinePdfs ( List sourcePdfs ) : PedamorfResponse
sourcePdfs List
리턴 PedamorfResponse

ConvertFile() 공개 메소드

public ConvertFile ( Stream fileSteam, string fileName ) : PedamorfResponse
fileSteam Stream
fileName string
리턴 PedamorfResponse

ConvertFile() 공개 메소드

public ConvertFile ( Stream fileSteam, string fileName, ConversionOptions options ) : PedamorfResponse
fileSteam Stream
fileName string
options ConversionOptions
리턴 PedamorfResponse

ConvertFile() 공개 메소드

public ConvertFile ( byte file, string fileName ) : PedamorfResponse
file byte
fileName string
리턴 PedamorfResponse

ConvertFile() 공개 메소드

public ConvertFile ( string filePath ) : PedamorfResponse
filePath string
리턴 PedamorfResponse

ConvertFile() 공개 메소드

public ConvertFile ( string filePath, ConversionOptions options ) : PedamorfResponse
filePath string
options ConversionOptions
리턴 PedamorfResponse

ConvertFiles() 공개 메소드

public ConvertFiles ( byte[]>.Dictionary files ) : PedamorfResponse
files byte[]>.Dictionary
리턴 PedamorfResponse

ConvertFiles() 공개 메소드

public ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2 ) : PedamorfResponse
fileStream1 Stream
fileName1 string
fileStream2 Stream
fileName2 string
리턴 PedamorfResponse

ConvertFiles() 공개 메소드

public ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2, ConversionOptions options ) : PedamorfResponse
fileStream1 Stream
fileName1 string
fileStream2 Stream
fileName2 string
options ConversionOptions
리턴 PedamorfResponse

ConvertFiles() 공개 메소드

public ConvertFiles ( string directoryPath ) : PedamorfResponse
directoryPath string
리턴 PedamorfResponse

ConvertFiles() 공개 메소드

public ConvertFiles ( string directoryPath, ConversionOptions options ) : PedamorfResponse
directoryPath string
options ConversionOptions
리턴 PedamorfResponse

ConvertHtml() 공개 메소드

public ConvertHtml ( string html ) : PedamorfResponse
html string
리턴 PedamorfResponse

ConvertHtmlList() 공개 메소드

public ConvertHtmlList ( List html ) : PedamorfResponse
html List
리턴 PedamorfResponse

ConvertImage() 공개 메소드

public ConvertImage ( Stream fileSteam, string fileName ) : PedamorfResponse
fileSteam Stream
fileName string
리턴 PedamorfResponse

ConvertImage() 공개 메소드

public ConvertImage ( Stream fileSteam, string fileName, ImageConversionOptions options ) : PedamorfResponse
fileSteam Stream
fileName string
options ImageConversionOptions
리턴 PedamorfResponse

ConvertImage() 공개 메소드

public ConvertImage ( byte image, string fileName ) : PedamorfResponse
image byte
fileName string
리턴 PedamorfResponse

ConvertImage() 공개 메소드

public ConvertImage ( string filePath ) : PedamorfResponse
filePath string
리턴 PedamorfResponse

ConvertImage() 공개 메소드

public ConvertImage ( string filePath, ImageConversionOptions options ) : PedamorfResponse
filePath string
options ImageConversionOptions
리턴 PedamorfResponse

ConvertImages() 공개 메소드

public ConvertImages ( byte[]>.Dictionary images ) : PedamorfResponse
images byte[]>.Dictionary
리턴 PedamorfResponse

ConvertImages() 공개 메소드

public ConvertImages ( Stream imageStream1, string imageName1, Stream imageStream2, string imageName2, ImageConversionOptions options ) : PedamorfResponse
imageStream1 Stream
imageName1 string
imageStream2 Stream
imageName2 string
options ImageConversionOptions
리턴 PedamorfResponse

ConvertImages() 공개 메소드

public ConvertImages ( string directoryPath ) : PedamorfResponse
directoryPath string
리턴 PedamorfResponse

ConvertImages() 공개 메소드

public ConvertImages ( string directoryPath, ImageConversionOptions options ) : PedamorfResponse
directoryPath string
options ImageConversionOptions
리턴 PedamorfResponse

ConvertText() 공개 메소드

public ConvertText ( string text ) : PedamorfResponse
text string
리턴 PedamorfResponse

ConvertUrl() 공개 메소드

public ConvertUrl ( List urls ) : PedamorfResponse
urls List
리턴 PedamorfResponse

ConvertUrl() 공개 메소드

public ConvertUrl ( string url ) : PedamorfResponse
url string
리턴 PedamorfResponse

ConvertZipFile() 공개 메소드

public ConvertZipFile ( byte zipFile ) : PedamorfResponse
zipFile byte
리턴 PedamorfResponse

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void