Click or drag to resize

Document Description

You can set the document properties like author, title, subject, keyword using the PdfDocumentInfo property of the PdfConverter object.

Sample code below:

pdfConverter.PdfDocumentInfo.AuthorName = "ExpertPDF";
pdfConverter.PdfDocumentInfo.Title = "PDF Document Info";
pdfConverter.PdfDocumentInfo.Subject = "HTML to PDF Converter";
pdfConverter.PdfDocumentInfo.Keywords = "HTML, PDF, Converter";
pdfConverter.PdfDocumentInfo.CreatedDate = DateTime.Now;