C# Class Pedamorf.Service.PedamorfService

Inheritance: IPedamorfService
Afficher le fichier Open project: bradyholt/pedamorf

Méthodes publiques

Méthode Description
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

Method Details

CombinePdfs() public méthode

public CombinePdfs ( List sourcePdfs, Library options ) : PedamorfResponse
sourcePdfs List
options Library
Résultat PedamorfResponse

ConvertFile() public méthode

public ConvertFile ( byte file, string fileName, Library options ) : PedamorfResponse
file byte
fileName string
options Library
Résultat PedamorfResponse

ConvertFiles() public méthode

public ConvertFiles ( byte[]>.Dictionary files, Library options ) : PedamorfResponse
files byte[]>.Dictionary
options Library
Résultat PedamorfResponse

ConvertHtml() public méthode

public ConvertHtml ( string html, Library options ) : PedamorfResponse
html string
options Library
Résultat PedamorfResponse

ConvertHtmlList() public méthode

public ConvertHtmlList ( string html, Library options ) : PedamorfResponse
html string
options Library
Résultat PedamorfResponse

ConvertImage() public méthode

public ConvertImage ( byte image, string fileName, Library options ) : PedamorfResponse
image byte
fileName string
options Library
Résultat PedamorfResponse

ConvertImages() public méthode

public ConvertImages ( byte[]>.Dictionary images, Library options ) : PedamorfResponse
images byte[]>.Dictionary
options Library
Résultat PedamorfResponse

ConvertText() public méthode

public ConvertText ( string text, Library options ) : PedamorfResponse
text string
options Library
Résultat PedamorfResponse

ConvertUrl() public méthode

public ConvertUrl ( string url, HtmlConversionOptions options ) : PedamorfResponse
url string
options Pedamorf.Library.HtmlConversionOptions
Résultat PedamorfResponse

ConvertUrls() public méthode

public ConvertUrls ( string urls, Library options ) : PedamorfResponse
urls string
options Library
Résultat PedamorfResponse

ConvertZipFile() public méthode

public ConvertZipFile ( byte zipFile, Library options ) : PedamorfResponse
zipFile byte
options Library
Résultat PedamorfResponse

GetResponse() public méthode

public GetResponse ( byte[]>.Func conversion ) : PedamorfResponse
conversion byte[]>.Func
Résultat PedamorfResponse

IsFileTypeSupported() public méthode

public IsFileTypeSupported ( string fileName ) : bool
fileName string
Résultat bool

PedamorfService() public méthode

public PedamorfService ( ) : System
Résultat System