Converting pdf to epub

I am using Aspose.NET Word for converting docx to epub.

I would like to convert PDFs and Tiffs as well.

Can I do this with Aspose tools too?

Victor

Hi

Thanks for your inquiry. Unfortunately, there is no direct way to convert PDF and TIFF files to EPUB. The only solution, I can suggest you, is extracting each page if PDF document as an image, then insert these images into Word document (using Aspose.Words) and then save the output file in EPUB format. You can use Aspose.Pdf.Kit to extract pages of PDF document as images. Also, I think the code example provided in the following article could be useful for you:
https://docs.aspose.com/words/net/convert-a-document-to-pdf/
Hope this helps. Please let me know if you need more assistance, I will be glad to help you.
Best regards.