Book a Demo

Author Topic: HTML generation  (Read 3189 times)

Kezia

  • EA User
  • **
  • Posts: 33
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
HTML generation
« on: August 09, 2007, 12:54:38 am »
Does EA expose the HTML generation for the user? So the user (actually, programmer) can access the HTML generation (through API/Application Programming Interface -for example)?

I need to generate HTML from EA Model, but not install the EA.

Thanks

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: HTML generation
« Reply #1 on: August 09, 2007, 03:42:52 pm »
There is a Project.RunHTMLReport function in the API, but unfortunately this does still require you to install EA in order to use it.