CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2003
    Location
    Sweden
    Posts
    381

    Print PDFs on printer...

    I like to create (or download) a program that can let the user open several PDFs and print those on an installed printer. I don’t have to preview the PDFs.
    If I have 5 documents and like to print 10 copies of those, the program should send 50 printing jobs to the printer.
    ...and justice for all

  2. #2
    Join Date
    Nov 2006
    Location
    Iasi, Romania
    Posts
    6

    Re: Print PDFs on printer...

    Hello,
    here is a little tutorial that explains how to print pdf from C# using the adobe reader.
    http://aspalliance.com/514_CodeSnip_...g_PDF_from_NET
    it's a pretty dirty method, but it does the job done fast, without any headakes.

    All the best.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured