Question about PDF printing

Good Morning,

I would like to know if Aspose.pdf or Aspose.pdf.kit can help with this task I have to accomplish.

I need the ability to print on paper on a desktop client printer multiple PDF files from a web application in C# ASP.net 2.0. The PDF files are stored in the database.

I will be waiting to a prompt reply from you.

Kind Regards,
Ruben Parrilla

Dear Ruben,

Printing PDF is supported by Aspose.Pdf.Kit. Please refer to [PdfViewer](http://www.aspose.com/wiki/default.aspx/Aspose.Pdf.Kit/PdfViewer.html).

Hi,

I addition to the previous e-mail below, forgot to mention that from
the demo you have at http://www.aspose.com/Products/Aspose.Pdf/Demos/Northwind.aspx ,
Invoice, it looks exactly to what I need. Is it possible to combine the PDF we
need from the DB into one and push it back to the customer? or do I need to
create a temp folder, create each PDF from the database and the or either print
each PDF or create a one single PDF an send it back to the client?

Kind
Regards,

Ruben Parrilla

Dear Ruben,

It is possible to combine PDF documents. Please refer to [Concatenate PDF Documents](http://www.aspose.com/Wiki/default.aspx/Aspose.Pdf.Kit/ConcatenatePDFDocuments.html). I think you can combine the PDF documents in memory and need not save all PDF documents into temp folder.