Book a Demo

Author Topic: Exporting diagrams to rtf document  (Read 3030 times)

Tesla

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Exporting diagrams to rtf document
« on: August 03, 2009, 07:57:44 am »
Hi could anyone please provide an example on how to programmatically export all diagrams from the selected package into a rtf document using VB script.
I use EA 7.5 build 846.

Thanks,

Tesla
« Last Edit: August 03, 2009, 08:01:08 am by tesla »

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Exporting diagrams to rtf document
« Reply #1 on: August 04, 2009, 02:58:45 pm »
There is code written in VB 6  available from:
http://www.sparxsystems.com.au/resources/developers/autint_vb.html

From the downloadable code see the subs:
- DumpDiagram
- PasteDiagram
This is for generating documents in Word these can be saved as RTF.
« Last Edit: August 04, 2009, 02:59:47 pm by Dermot »