1

I need to print several PDF-documents to a specific network printer. They have to be in a specific order. This should preferably go on in the background. I have created a VB.NET program that reads the names of the PDF documents in correct order from an Excel sheet and that works fine, but my problem is getting them printed out. Someone suggested the iTextSharp library, but I cannot find any documentation that explains how to open a .pdf-file, add pdf's and then print.

Please help!

Brgds IVer in Oslo

1 Answers1

2

iTextSharp cannot print PDF files. You can use Adobe Reader to print the files, see this question for more details: Adobe Reader Command Line Reference, or you can use a 3rd party library for printing PDF files, but this solution might cost money.

Community
  • 1
  • 1
iPDFdev
  • 5,229
  • 2
  • 17
  • 18