mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-19 03:39:25 -04:00
* Impl replacePlaceholders * fix build * Update replacePlaceholders * optimize images * Add doc * update schema doc * Fix bug * add tests * add security tests for replacePlaceholders to prevent access to prohibited properties and methods * optimize parseData and evaluatePlaceholders with caching for improved performance * remove ejs * add license information for @types/estree and acorn in package-lock.json * Fix ci * write doc * Update website/docs/headers-and-footers.md Co-authored-by: Peter Ward <pete@pennyblack.io> * Update playground/src/helper.ts Co-authored-by: Peter Ward <pete@pennyblack.io> --------- Co-authored-by: Peter Ward <pete@pennyblack.io>
2.5 KiB
2.5 KiB
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
- Underline
- Strikethrough
- 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
Multivariable Text
- As per text, but supporting 0 to n variables in a single text field
Shape
- Line
- Style-related
- Color
- Style-related
- Rectangle
- Style-related
- Border Width
- Border Color
- Color
- Style-related
- Ellipse
- Style-related
- Border Width
- Border Color
- Color
- Style-related
Graphics
- Image
- Formats
- JPEG
- PNG
- Support Read only
- Formats
- SVG
- Support Read only
- PDF (embed pdf inside pdf)
Barcodes
- Various types
- qrcode
- japanpost
- ean13
- ean8
- code39
- code128
- nw7
- itf14
- upca
- upce
- gs1datamatrix
- Style-related
- Bar Color
- Background Color
- Text Color
- Include text option (planned support)
Table
Details: Tables with Dynamic Data
- Style-related
- Table
- Border Width
- Border Color
- Header / Body
- Font Name
- Font Size
- Letter Spacing
- Text Align
- Vertical Align
- Line Height
- Text Color
- Border Color
- Background Color
- Border Width
- Padding
- Column
- Text Align
- Table
Select
- Options
- Style-related
- Font Name
- Font Size
- Letter Spacing
- Text Align
- Vertical Align
- Line Height
- Text Color
- Background Color
Date / Time / DateTime
- Date Format
- Style-related
- Font Name
- Font Size
- Letter Spacing
- Text Align
- Text Color
- Background Color