Midnight Navy

Full-height navy plate carrying an outlined monogram, a tracked role line, metered skills and dotted languages, beside a paper column with the summary, roles on a rail, achievement discs and divided certification columns.

1 page

Use this template

Maven
<dependency>
  <groupId>io.github.demchaav</groupId>
  <artifactId>graph-compose-bundle</artifactId>
  <version>2.4.1</version>
</dependency>
Gradle
implementation 'io.github.demchaav:graph-compose-bundle:2.4.1'

Why the aggregate this document is drawn in a bundled font, and those ship separately from the engine; the aggregate carries them along with the PDF backend and the templates, in one coordinate

Java 17 or newer

Preset com.demcha.compose.document.templates.cv.presets.MidnightNavy

Data model com.demcha.compose.document.templates.cv.data.CvDocument

Compose this preset
import com.demcha.compose.document.templates.cv.presets.MidnightNavy;

DocumentTemplate<CvDocument> template = MidnightNavy.create();

try (DocumentSession document = GraphCompose.document(Path.of("cv-midnight-navy-v2.pdf")).create()) {
    template.compose(document, data);   // data: CvDocument
    document.buildPdf();
}
Run the example
./mvnw -f examples/pom.xml exec:java -Dexec.mainClass=com.demcha.examples.templates.cv.v2.MidnightNavyExample

Writes examples/target/generated-pdfs/templates/cv/cv-midnight-navy-v2.pdf