Re: Adding Document Control to title page
Posted by DaveE on Jul 10, 2019; 2:13pm
URL: https://discuss.asciidoctor.org/Adding-Document-Control-to-title-page-tp6841p6988.html
what I ended up doing as speed and flexibility was required.
created an svg with place holders for the fields I wanted tagged by name.
used a script to turn a logo in to base64, and then insert into the svg.
Run sed over a temp copy of the svg replacing the tagged fields with the values extracted from the asciidoc file.
the result is a front page with version/document controls and the company logo. its flexible that the svg can be tweaked with ease without changing the scripts.
my next step is to be able to insert from version control and not from what is fixed in the file.