How to load PDF file using Aspose.Words for .NET

Load type without pdf,Do you support this now?
QQ图片20191219162617.png (5.7 KB)

@mnrssj

Aspose.Words does not support import of PDF into its DOM. You can use Aspose.PDF to work with PDF files. Could you please share some more detail about your requirement? We will then provide you more information about your query.

@mnrssj

The latest version of Aspose.Words does support import of PDF. Please install the latest version of Aspose.Words for .NET through NuGet and load the PDF as shown below

Document doc = new Document("input.pdf");

Please let us know if you have any more queries.