6 Replies Latest reply on Apr 18, 2007 9:05 AM by jgilbert

    Creating PDFs Programmatically

    jgilbert

      I have the seam-pdf functionality working in my application. Now I want to have a background process create PDFs periodically. Currently I am using commons-httpclient to call out and back into my app and handle the redirect to create a PDF.

      It works but does anyone have a better way to do this?