Send PDF to Printer Server Side

  • Thread starter Thread starter Travis Newman
  • Start date Start date
T

Travis Newman

In C# .NET...I would like to write onto a PDF document with text from
the database(like www.tallcomponents.com), then send the PDF to the
physical printer in a looped batch print mode (50 PDFs total). I want
to do this all on the server side inside our network. Any help?

Travis Newman
 
Hi Travis,

This is quite doable, but isn't clear where you want to start. As you've
seen, you can create a PDF from a PDF or from scratch using .NET components.

The next step would be to stream that content to a network printer. I
haven't used the .NET classes for that, but there's lots in the Windows
Scripting Host objects to do that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top