Overload | Description |
---|---|
Execute(Stream,ProcessingState) | Converts PDF document to a DOCX document. The output DOCX document must be specified using OutputFilename or OutputStream property. |
Execute(ImageCollection,ProcessingState) | Converts image collection to a DOCX document. The output DOCX document must be specified using OutputFilename or OutputStream property. |
Execute(PdfDocument,ProcessingState) | Converts PDF document to a DOCX document. The output DOCX document must be specified using OutputFilename or OutputStream property. |
Execute(PdfDocument) | Executes processing command on the specified target. (Inherited from ProcessingCommand<TTarget>) |
Execute(String,ProcessingState) | Converts PDF document to a DOCX document. The output DOCX document must be specified using OutputFilename or OutputStream property. |