Book a Demo

Author Topic: Text in created Document  (Read 6002 times)

kwasposer

  • EA User
  • **
  • Posts: 91
  • Karma: +1/-0
    • View Profile
Text in created Document
« on: June 15, 2020, 01:22:40 am »
Hello, i ve tried to find some documentation. How can you add text to the created Document in Enterprise Architect. I would like to comment / describe some diagrams.

Best, Kwas

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Text in created Document
« Reply #1 on: June 15, 2020, 01:25:43 am »
You are going to need to be more specific if you want any useful response.

Geert

steen.jensen

  • EA User
  • **
  • Posts: 181
  • Karma: +8/-1
    • View Profile
Re: Text in created Document
« Reply #2 on: June 15, 2020, 08:34:37 am »
Each element & Diagram has a Notes field, Use that to describe your elements & diagrams.
Then those text are included i the standard Model Report & Diagram report.

kwasposer

  • EA User
  • **
  • Posts: 91
  • Karma: +1/-0
    • View Profile
Re: Text in created Document
« Reply #3 on: June 16, 2020, 04:30:41 am »
I imagined to create a pdf document with enterprise architect v15. This document will have all my diagrams with additional description, like a real Specification Book ..

like this


qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Text in created Document
« Reply #4 on: June 16, 2020, 05:15:06 am »
Paul McCartney? Ehrm. John Lennon?

q.
« Last Edit: June 16, 2020, 08:47:13 am by qwerty »

kwasposer

  • EA User
  • **
  • Posts: 91
  • Karma: +1/-0
    • View Profile
Re: Text in created Document
« Reply #5 on: June 16, 2020, 06:57:31 am »
?
what do you mean? Is this to much to ask?

Paul McCartney?

q.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Text in created Document
« Reply #6 on: June 16, 2020, 07:59:13 am »
Imagine ...

It's probably a bit too broad for a question here.

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Text in created Document
« Reply #7 on: June 16, 2020, 02:11:13 pm »
Look into document generation with the RTF templates:
https://www.sparxsystems.com/enterprise_architect_user_guide/15.1/model_publishing/rtfdocuments.html
What you showed is definitely possible, but making good professional templates takes some time and experience.

Geert

Uffe

  • EA Practitioner
  • ***
  • Posts: 1859
  • Karma: +133/-14
  • Flutes: 1; Clarinets: 1; Saxes: 5 and counting
    • View Profile
Re: Text in created Document
« Reply #8 on: June 16, 2020, 05:53:05 pm »
Hello Kwas,


The built-in RTF document generator works with RTF internally, but can also output DOCX and PDF directly.

EA comes with a set of templates you can try, but they're really only demonstrations. In order to generate good documents, you need to take the structure and content of your models into account.

The RTF generator is the core. On top of it you can use either virtual documents, where you essentially create a model of the intended document, or the DocumentGenerator API, which means writing a script that pulls the data from the model and assembles the document. Both these approaches allow you to create document structures that are more free from the model structures than the core RTF generator allows.

But at the bottom of it all is always the humble RTF template. You will always need to design some of those. So I'd start by looking at some of the built-in templates and go from there.

HTH,


/Uffe
My theories are always correct, just apply them to the right reality.