CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2009
    Posts
    6

    Question Printing several pages

    Hi!

    I have been fighting with the printer for a while now

    Do you know how to print out several pages??
    Or tips??

    I can print out a page with the content I want to be on it, No problem there!...but I also want to print out the rest of the pages that has the same layout as the other pages ( just text )

    As the pic I have attached
    Attached Images Attached Images

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Printing several pages

    Unfortunately printing in Java isn't exactly straight forward. I suggest you google for printing tutorials, there are a number of good ones online. Generally a good place to start is the Java Tutorial.

Tags for this Thread

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