Results 1 to 3 of 3

Thread: Using spring for printing

  1. #1
    Join Date
    Nov 2008
    Posts
    2

    Default Using spring for printing

    Hi,

    As per the requirement, at the end of an activity, I would need to print the summary page using spring framework. Could anyone please give some inputs?

    Please note that the page does is not a report. It is merely a summary page(HTML) to display some information.

    thanks
    sbala

  2. #2
    Join Date
    Apr 2007
    Posts
    307

    Default

    Printing an HTML page is not something that the Spring Framework handles. This is a function of the browser - you can either simply direct the user to navigate to the print menu and manually print the page, or you can trigger printing via javascript. Either way, Spring has nothing directly to do with this.
    Chris Beams
    Spring Framework committer, VMware
    http://github.com/cbeams

  3. #3
    Join Date
    Nov 2008
    Posts
    2

    Default

    Quote Originally Posted by Chris Beams View Post
    Printing an HTML page is not something that the Spring Framework handles. This is a function of the browser - you can either simply direct the user to navigate to the print menu and manually print the page, or you can trigger printing via javascript. Either way, Spring has nothing directly to do with this.
    Thanks for the reply.
    I just came to know that we would also need to print some PDF files,reports etc through the application. Does Spring support printing of these types of files as well?

Posting Permissions

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