Results 1 to 2 of 2

Thread: Save PDF created with JasperReports

  1. #1
    Join Date
    Sep 2005
    Location
    Utrecht, Netherlands
    Posts
    2

    Default Save PDF created with JasperReports

    Hi,

    Currently i'm trying to use spring to get my jasperreports running. I used the examples in the JasperReportsDemo and I also got my MySQL working.

    However: The given examples do not match my requirements: The produced pdf must also be attached to an email and it must be saved on the filesystem. Is this possible using the Spring-Jasper implementation? All these classes are primairly directed towards Struts MVC.

    thanks in advance.

    --rik

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Ofc. Take a look at the email package for sending emails and find a way to attach the generated report to the email you are sending. Either store the attachment temporary on the harddisk and delete it after sending the email or if streaming is supported link it directly.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Similar Threads

  1. Replies: 7
    Last Post: Feb 22nd, 2006, 01:39 PM
  2. Replies: 1
    Last Post: Jul 29th, 2005, 11:17 AM
  3. HibernateTemplate Save does not work
    By lnader in forum Data
    Replies: 13
    Last Post: Jun 22nd, 2005, 06:46 AM
  4. Replies: 1
    Last Post: May 5th, 2005, 04:34 AM
  5. JasperReports configuration headache
    By general_pattonm in forum Web
    Replies: 5
    Last Post: Apr 22nd, 2005, 11:31 AM

Posting Permissions

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