Load PDF document into Aspose.Words' DOM using .NET

test
Hi,

Thanks for your inquiry. Please note that Aspose.Words tries to mimics the same behavior as MS Word do. You can't load a PDF document into Aspose.Words' DOM (document object modal). You can find a list of file formats that can be loaded with Aspose.Words below:
http://www.aspose.com/docs/display/wordsnet/LoadFormat+Enumeration

Moreover, you can use Aspose.PDF component to be able to load your PDF directly into memory. You can also easily convert PDF documents to different file formats by using Aspose.PDF.

Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.

@Zim

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");