Overload | Description |
---|---|
Convert(String,String) | Converts PDF document to a DOCX document. |
Convert(String,String,ProcessingState) | Converts PDF document to a DOCX document. |
Convert(Stream,Stream) | Converts PDF document to a DOCX document. |
Convert(Stream,Stream,ProcessingState) | Converts PDF document to a DOCX document. |
Convert(ImageCollection,Stream) | Converts an image collection to a DOCX document. |
Convert(ImageCollection,Stream,ProcessingState) | Converts an image collection to a DOCX document. |
Convert(ImageCollection,String) | Converts an image collection to DOCX document with specified filename. |
Convert(ImageCollection,String,ProcessingState) | Converts an image collection to a DOCX document. |