Skip to main content

Supported Features

In pdfme, the following elements can be rendered.
For elements that are not supported, you can add your own rendering process using the plugin mechanism.

Currently Supported

For using schemas other than the Text schema, please refer to the following documentation.
Using Schemas from @pdfme/schemas

Text

  • Style-related
    • Font Size
    • Letter Spacing
    • Text Align
    • Vertical Align
    • Line Height
    • Text Color
    • Background Color
  • Font-related
    • TrueType fonts (TTF & TTC)
    • OpenType fonts with PostScript or TrueType outlines (TTF, OTF, & OTC)
    • Support for CJK (Chinese, Japanese, Korean) fonts
    • Embedding and subsetting of fonts
    • Support for multiple fonts and fallback fonts
    • Dynamic Font Sizing
      • Detailed options for Min, Max, Fit
  • Support Read only

Shape

  • Line
    • Style-related
      • Color
  • Rectangle
    • Style-related
      • Border Width
      • Border Color
      • Color
  • Ellipse
    • Style-related
      • Border Width
      • Border Color
      • Color

Graphics

  • Image
    • Formats
      • JPEG
      • PNG
    • Support Read only
  • SVG
    • Support Read only

Barcodes

Planned Support