C# Class Pedamorf.Service.Client.PedamorfServiceClient

Inheritance: IDisposable
Afficher le fichier Open project: bradyholt/pedamorf Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetDirectoryFiles ( string directoryPath ) : byte[]>.Dictionary
GetStreamFile ( Stream input ) : byte[]

Method Details

CombinePdfs() public méthode

public CombinePdfs ( List sourcePdfs ) : PedamorfResponse
sourcePdfs List
Résultat PedamorfResponse

ConvertFile() public méthode

public ConvertFile ( Stream fileSteam, string fileName ) : PedamorfResponse
fileSteam Stream
fileName string
Résultat PedamorfResponse

ConvertFile() public méthode

public ConvertFile ( Stream fileSteam, string fileName, ConversionOptions options ) : PedamorfResponse
fileSteam Stream
fileName string
options ConversionOptions
Résultat PedamorfResponse

ConvertFile() public méthode

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

ConvertFile() public méthode

public ConvertFile ( string filePath ) : PedamorfResponse
filePath string
Résultat PedamorfResponse

ConvertFile() public méthode

public ConvertFile ( string filePath, ConversionOptions options ) : PedamorfResponse
filePath string
options ConversionOptions
Résultat PedamorfResponse

ConvertFiles() public méthode

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

ConvertFiles() public méthode

public ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2 ) : PedamorfResponse
fileStream1 Stream
fileName1 string
fileStream2 Stream
fileName2 string
Résultat PedamorfResponse

ConvertFiles() public méthode

public ConvertFiles ( Stream fileStream1, string fileName1, Stream fileStream2, string fileName2, ConversionOptions options ) : PedamorfResponse
fileStream1 Stream
fileName1 string
fileStream2 Stream
fileName2 string
options ConversionOptions
Résultat PedamorfResponse

ConvertFiles() public méthode

public ConvertFiles ( string directoryPath ) : PedamorfResponse
directoryPath string
Résultat PedamorfResponse

ConvertFiles() public méthode

public ConvertFiles ( string directoryPath, ConversionOptions options ) : PedamorfResponse
directoryPath string
options ConversionOptions
Résultat PedamorfResponse

ConvertHtml() public méthode

public ConvertHtml ( string html ) : PedamorfResponse
html string
Résultat PedamorfResponse

ConvertHtmlList() public méthode

public ConvertHtmlList ( List html ) : PedamorfResponse
html List
Résultat PedamorfResponse

ConvertImage() public méthode

public ConvertImage ( Stream fileSteam, string fileName ) : PedamorfResponse
fileSteam Stream
fileName string
Résultat PedamorfResponse

ConvertImage() public méthode

public ConvertImage ( Stream fileSteam, string fileName, ImageConversionOptions options ) : PedamorfResponse
fileSteam Stream
fileName string
options ImageConversionOptions
Résultat PedamorfResponse

ConvertImage() public méthode

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

ConvertImage() public méthode

public ConvertImage ( string filePath ) : PedamorfResponse
filePath string
Résultat PedamorfResponse

ConvertImage() public méthode

public ConvertImage ( string filePath, ImageConversionOptions options ) : PedamorfResponse
filePath string
options ImageConversionOptions
Résultat PedamorfResponse

ConvertImages() public méthode

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

ConvertImages() public méthode

public ConvertImages ( Stream imageStream1, string imageName1, Stream imageStream2, string imageName2, ImageConversionOptions options ) : PedamorfResponse
imageStream1 Stream
imageName1 string
imageStream2 Stream
imageName2 string
options ImageConversionOptions
Résultat PedamorfResponse

ConvertImages() public méthode

public ConvertImages ( string directoryPath ) : PedamorfResponse
directoryPath string
Résultat PedamorfResponse

ConvertImages() public méthode

public ConvertImages ( string directoryPath, ImageConversionOptions options ) : PedamorfResponse
directoryPath string
options ImageConversionOptions
Résultat PedamorfResponse

ConvertText() public méthode

public ConvertText ( string text ) : PedamorfResponse
text string
Résultat PedamorfResponse

ConvertUrl() public méthode

public ConvertUrl ( List urls ) : PedamorfResponse
urls List
Résultat PedamorfResponse

ConvertUrl() public méthode

public ConvertUrl ( string url ) : PedamorfResponse
url string
Résultat PedamorfResponse

ConvertZipFile() public méthode

public ConvertZipFile ( byte zipFile ) : PedamorfResponse
zipFile byte
Résultat PedamorfResponse

Dispose() public méthode

public Dispose ( ) : void
Résultat void