Hi team,
I am just trying a very simple HTML to PDF conversion. But I want to specify following two things :
PDF output should be Portrait not landscape
Choose the PaperSize as PaperSize.Letter
I tried using PdfSaveO…...Combine(path, “template.html”); string savePath =...File.Open(dataDir + @"dummy-template.html", FileMode.Open); using...