2 Replies Latest reply on Mar 3, 2008 8:10 AM by maxandersen

    PDF generating

    tschnoelzer

      Hi all,

      we have a large number of PDF's to be generated by a SEAM application. We like to use the itext notation as if declaring a XHTML page.

      The people doing the design job ask for editors for this.

      my question:

      is there a way to adress a seam/itext tld as in new item in the design bar of the xhtml editor?

      is there any other possibility to work in a graphical editor in order to design the pdfs?

      Thx for input!

      Timo

        • 1. Re: PDF generating

          No, graphical portion of the xhtml editor only understands HTML generation. It won't be able to do anything with the PDF-generating tags. It it is a neat idea though.

          • 2. Re: PDF generating
            maxandersen

            The visual page editor can render anything as long as it can be approximated in an html renderer....and for PDF that is probably going to be hard.

            But if the seam pdf tags could be translated into something approximate html it is very doable as far as I see it.