Document document,
Date creationDate
)
{
// Create a template (form)!
FormXObject template = new FormXObject(document);
// Size.
template.setSize(document.getPageSize());
Dimension2D templateSize = template.getSize();
// Get form content stream!
PrimitiveComposer composer = new PrimitiveComposer(template);
// Showing the header image inside the common content stream...