conversion of data to pdf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • debitripathy
    New Member
    • Nov 2008
    • 1

    conversion of data to pdf

    hi

    i am working in struts 1.1.
    i have a requirement as bellow.

    i got some data from the data base and i have to convert that data to a pdf file and mail that pdf to the admin of the application.


    can some body help me.

    thanks in advance

    debi
  • pronerd
    Recognized Expert Contributor
    • Nov 2006
    • 392

    #2
    You can use the iText lib to create the PDF, and the Java Mail API to send the email.

    Comment

    • Dököll
      Recognized Expert Top Contributor
      • Nov 2006
      • 2379

      #3
      Originally posted by pronerd
      You can use the iText lib to create the PDF, and the Java Mail API to send the email.
      Good job! Was just about to say that, you've been reading haven;t ya?

      Comment

      Working...