Table of Contents

Property FillMetadata

Namespace
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly
BitMiracle.Docotic.Pdf.HtmlToPdf.dll

FillMetadata

Gets or sets the value indicating whether the conversion should fill metadata fields in the produced PDF using the title and other information from the HTML.

public bool FillMetadata { get; set; }

Property Value

bool

true if the conversion should fill metadata fields in the produced PDF using the title and other information from the HTML; otherwise, false.

Remarks

Default value: true.

The library reads title tag and the content of meta tags to fill the metadata fields.

HTML entityPDF property
title Title
meta name="author" Author
meta name="description" or meta property="og:description" Subject
meta name="keywords" Keywords