Syncfusion AI Assistant

How can I help you?

Customize Signature Appearance in Angular

13 Apr 20261 minute to read

This page explains how to customize the visual appearance of PKI digital signature (visible signature appearance) produced with the Syncfusion PDF Library.

Overview

When applying a PKI digital signature you can create a visible appearance that includes text, images (logo/seal), fonts, and layout. Appearance rendering is done by composing signature appearance graphics with the PDF Library and embedding that appearance into the signature field.

For implementation details and exact API usage, check the Syncfusion PDF Library references:

What you can customize

  • Text (signer name, signing reason, date, descriptive labels)
  • Fonts, sizes, and styles
  • Images (company logo, seal, signature image)
  • Layout and bounding box for the visible appearance
  • Visible vs invisible signatures

Guidance

  • Use the PDF Library APIs to draw strings and images into the signature appearance graphics; attach the resulting appearance to the signature field before finalizing the PKI signature.
  • Prefer embedding high‑quality logo/seal images and use readable fonts for accessibility.
  • Keep the appearance compact to avoid overlapping form content and to preserve signature validation data.
  • Test appearances across typical page sizes and DPI settings to ensure consistent rendering.

Best Practices

  • Use consistent branding for signature visuals.
  • Keep appearance elements minimal and readable.
  • Avoid including data that might change after signing (dates shown should reflect signing time provided by the TSA when used).
  • When producing legally binding signatures, ensure the PKI signing process and appearance comply with your legal/operational requirements.

See Also