Merge Multiple PDF Files into One & Convert Combined PDF to HTML using C# .NET

I’m interested to produce one consolidated html file from multiple PDF files.
Can I implement such feature with ASPOSE ?
Since the quality of the conversion is excellent I will be happy if somebody can help me to stay with this library.

@eitanno,

You can use Aspose.PDF for .NET API to concatenate multiple PDF files into single PDF and then convert the final output to HTML format.

Alternatively, you can use Aspose.Words for .NET API to merge multiple PDF files into single PDF and then convert the final output to HTML format.