Does Aspose not allow you to load a PDF that is stored in the DB to a document?
Hi
Thanks for your inquiry. No, Aspose.Words does not allow loading PDF documents. Using Aspose.Words you can save your Word documents as PDF, but cannot open PDFs.
If you need to concatenate PDF documents, you can try using Aspose.Pdf.Kit. Please follow the link to learn more:
http://www.aspose.com/documentation/.net-components/aspose.pdf.kit-for-.net/concatenate-pdf-documents.html
Best regards,
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");