How ASP (VB) .Net create a pdf file base on the pdf file information i saved in sql data bable

How ASP (VB) .Net create a pdf file base on the pdf file information i saved in sql data bable

Hi Bob,


Thanks for your interest in our products.

We have a class named Document present under Aspose.Pdf namespace which provides the feature to create PDF files from scratch as well as the feature to manipulate existing PDF documents. It also supports the feature to load an existing PDF document. As per your requirement, first you need to instantiate a new MemoryStream object and load the PDF file contents into this MemoryStream object. Then instantiate a new Document object while providing previously create MemoryStream object as an argument to its constructor.

In case of any further query, please feel free to contact.