webapp.pdf-exporter-admin.pages.cover-page.jsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ch.sbb.polarion.extension.pdf-exporter Show documentation
Show all versions of ch.sbb.polarion.extension.pdf-exporter Show documentation
This Polarion extension provides possibility to convert Polarion Documents to PDF files. This is an alternative to native Polarion's solution.
<%! String bundleTimestamp = ch.sbb.polarion.extension.generic.util.VersionUtils.getVersion().getBundleBuildTimestampDigitsOnly(); %>
PDF Exporter: Cover Page
PDF Exporter: Cover Page
Cover Page Template
Template HTML
Template CSS
"/>
Quick Help
How-to configure PDF cover page
PDF cover page can be configured using HTML and CSS where you can insert special variables (upper case, exactly like in table below)
and document's custom fields (case-sensitive custom field ID, exactly how it's configured in administration pane), both enclosed in double curly brackets,
eg.: {{ DOCUMENT_TITLE }} for special variables or {{ docRevision }} for document's custom fields.
During PDF generation provided special variables and/or custom fields of a document will be replaced with actual values.
Cover page can contain velocity expressions which will be evaluated during PDF generation. For example: $document.getId()