Click or drag to resize
Pdftools logo

FontOptionsMerge Property

Whether to merge fonts and font programs

A PDF document can have the same font, or a subset of it, embedded multiple times. This commonly occurs, when multiple PDFs are merged into one large PDF. Such fonts can be merged into one font.

Merging fonts and font programs can greatly reduce the file size. However, it is computationally complex and can increase file processing time and memory usage substantially.

Default: .


Namespace: PdfTools.Optimization
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public bool Merge { get; set; }

Property Value

Boolean
See Also