Convert DOC/DOCX to EPUB with GroupDocs.Conversion Cloud API

Hi,

Can you convert Doc to EPUB using API? I see this for cloud apps conversion variants, but I don’t see it for cloud API.

Hello,

Thank you for request. Yes you can convert doc to EPUB via cloud api. To convert doc file to EPUB file via cloud api just set EPUB format in the Convert method. For example in the PHP SDK it will look like this:

$convert = $asyncApi->Convert($clientId, $fileGuId, null, null, null, $callbackUrl, “epub”);

If you will have more questions please feel free to contact us.

Hi,

Thanks for the update. Perhaps we’re reading the conversion variants wrong. In your list here Supported Document Formats

The From extensions on the top row, Doc in our case, to the To extensions on the first left row, EPUB for us does not indicated that the conversion is possible. Is that correct or we’re reading this wrong?

Hello,

Thank you for coming back. Sorry for the inconvenience. The “from” column is a left hand column (vertical) and the “To” row is a top (horisontal) column. Please check this screen shot Screenshot by Lightshot

If you will have more questions please feel free to contact us.

Hi,

Thanks we understand now and will update our system with epub. Perhaps the from and to columns can be improved.