Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Tue Nov 18, 2014 4:33 am

Hello, E-IceBlue

Is there a way to print multiple pdf files at once?

i need loop print method on pdf files?

//Enviroment
Win7 32bit and 63bit
VB.net 2012

yuuki
 
Posts: 9
Joined: Fri May 30, 2014 10:31 am

Tue Nov 18, 2014 6:41 am

Dear yuuki,

Thanks for your inquiry.

You can print multiple pdf files at once using a loop print method. Please refer to the code below:
Code: Select all
Dim docs As PdfDocument() = {New PdfDocument("GenerationDocumentHandler.pdf"), New PdfDocument("document.pdf"), New PdfDocument("result.pdf")}
For Each pdf As PdfDocument In docs
   pdf.PrintDocument.Print()
Next

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Wed Nov 19, 2014 4:10 am

thanks reply

i saw that need loop.

thanks your supports.

yuuki
 
Posts: 9
Joined: Fri May 30, 2014 10:31 am

Wed Nov 19, 2014 4:30 am

Dear yuuki,

Please feel free to contact us if you have any problems.

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Return to Spire.PDF