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