SDK for .NET  2.3.0
SDK for .NET
 All Classes Namespaces Files Functions Variables Properties
com.openkm.sdk4csharp.impl.ConversionImpl Class Reference
Inheritance diagram for com.openkm.sdk4csharp.impl.ConversionImpl:
Collaboration diagram for com.openkm.sdk4csharp.impl.ConversionImpl:

Public Member Functions

 ConversionImpl (String url, String user, String password)
 
Stream doc2pdf (String filePath)
 -Convert doc to pdf- More...
 
Stream pdf2swf (String filePath)
 -Convert pdf to swf More...
 
Stream imageConvert (String filePath, String dstMimeType, String paramss)
 Image Convert More...
 
Stream html2pdf (String url)
 Convrt html to pdf More...
 
Stream doc2txt (String filePath)
 Convert doc to txt More...
 
Stream img2txt (String filePath)
 Convert img to txt More...
 
Stream barcode2txt (String filePath)
 Convert barcode to txt More...
 
- Public Member Functions inherited from com.openkm.sdk4csharp.impl.ClientImpl
RestClient getClient (String url, String user, String password)
 Authenticate More...
 

Constructor & Destructor Documentation

com.openkm.sdk4csharp.impl.ConversionImpl.ConversionImpl ( String  url,
String  user,
String  password 
)

Member Function Documentation

Stream com.openkm.sdk4csharp.impl.ConversionImpl.barcode2txt ( String  filePath)

Convert barcode to txt

Parameters
filePathFile path to convert
Returns
Stream
Stream com.openkm.sdk4csharp.impl.ConversionImpl.doc2pdf ( String  filePath)

-Convert doc to pdf-

Parameters
filePathFile path to convert
Returns
Stream
Stream com.openkm.sdk4csharp.impl.ConversionImpl.doc2txt ( String  filePath)

Convert doc to txt

Parameters
filePathFile path to convert
Returns
Stream
Stream com.openkm.sdk4csharp.impl.ConversionImpl.html2pdf ( String  url)

Convrt html to pdf

Parameters
urlUrl
Returns
Stream
Stream com.openkm.sdk4csharp.impl.ConversionImpl.imageConvert ( String  filePath,
String  dstMimeType,
String  paramss 
)

Image Convert

Parameters
filePathFile path to convert
dstMimeTypeMine Type destination, example: image/jpeg
paramssExample:${fileIn} ${fileOut}
Returns
Stream
Stream com.openkm.sdk4csharp.impl.ConversionImpl.img2txt ( String  filePath)

Convert img to txt

Parameters
filePathFile path to convert
Returns
Stream
Stream com.openkm.sdk4csharp.impl.ConversionImpl.pdf2swf ( String  filePath)

-Convert pdf to swf

Parameters
filePathFile path to convert
Returns
Stream

The documentation for this class was generated from the following file: