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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public bool Merge { get; set; }

Property Value

Boolean
See Also