I have followed this pattern successfully to create a PDF.

I am now being asked if I can embed any metadata in the PDF.  I have tried adding tags in the "head" section of the source html but these get stripped out in the HTML to PDF conversion.

 

The conversion appears to use the PDFSharp code library.  Their website has mention of adding tags such as "<Title>"  but I have not been able to get these to be retained in the PDF output.

 

Is there an option to include tags that will be retained?