C# 클래스 Pedamorf.Service.PedamorfService

상속: IPedamorfService
파일 보기 프로젝트 열기: bradyholt/pedamorf

공개 메소드들

메소드 설명
CombinePdfs ( List sourcePdfs, Library options ) : PedamorfResponse
ConvertFile ( byte file, string fileName, Library options ) : PedamorfResponse
ConvertFiles ( byte[]>.Dictionary files, Library options ) : PedamorfResponse
ConvertHtml ( string html, Library options ) : PedamorfResponse
ConvertHtmlList ( string html, Library options ) : PedamorfResponse
ConvertImage ( byte image, string fileName, Library options ) : PedamorfResponse
ConvertImages ( byte[]>.Dictionary images, Library options ) : PedamorfResponse
ConvertText ( string text, Library options ) : PedamorfResponse
ConvertUrl ( string url, HtmlConversionOptions options ) : PedamorfResponse
ConvertUrls ( string urls, Library options ) : PedamorfResponse
ConvertZipFile ( byte zipFile, Library options ) : PedamorfResponse
GetResponse ( byte[]>.Func conversion ) : PedamorfResponse
IsFileTypeSupported ( string fileName ) : bool
PedamorfService ( ) : System

메소드 상세

CombinePdfs() 공개 메소드

public CombinePdfs ( List sourcePdfs, Library options ) : PedamorfResponse
sourcePdfs List
options Library
리턴 PedamorfResponse

ConvertFile() 공개 메소드

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

ConvertFiles() 공개 메소드

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

ConvertHtml() 공개 메소드

public ConvertHtml ( string html, Library options ) : PedamorfResponse
html string
options Library
리턴 PedamorfResponse

ConvertHtmlList() 공개 메소드

public ConvertHtmlList ( string html, Library options ) : PedamorfResponse
html string
options Library
리턴 PedamorfResponse

ConvertImage() 공개 메소드

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

ConvertImages() 공개 메소드

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

ConvertText() 공개 메소드

public ConvertText ( string text, Library options ) : PedamorfResponse
text string
options Library
리턴 PedamorfResponse

ConvertUrl() 공개 메소드

public ConvertUrl ( string url, HtmlConversionOptions options ) : PedamorfResponse
url string
options Pedamorf.Library.HtmlConversionOptions
리턴 PedamorfResponse

ConvertUrls() 공개 메소드

public ConvertUrls ( string urls, Library options ) : PedamorfResponse
urls string
options Library
리턴 PedamorfResponse

ConvertZipFile() 공개 메소드

public ConvertZipFile ( byte zipFile, Library options ) : PedamorfResponse
zipFile byte
options Library
리턴 PedamorfResponse

GetResponse() 공개 메소드

public GetResponse ( byte[]>.Func conversion ) : PedamorfResponse
conversion byte[]>.Func
리턴 PedamorfResponse

IsFileTypeSupported() 공개 메소드

public IsFileTypeSupported ( string fileName ) : bool
fileName string
리턴 bool

PedamorfService() 공개 메소드

public PedamorfService ( ) : System
리턴 System