fpanaccia / Wkhtmltopdf.NetCore-deprecated

Rotativa + Net Core
The Unlicense
220 stars 94 forks source link

header-html using MVC view is not working #57

Closed ElmellaliMobiArchitects closed 3 years ago

ElmellaliMobiArchitects commented 3 years ago
 var options = new ConvertOptions();
  if (isvalid)
  {
      options.HeaderHtml = $"https://localhost:12115/Areas/Controller/GetHeader?ID=106";
      options.PageOrientation = Wkhtmltopdf.NetCore.Options.Orientation.Landscape;

      _generatePdf.SetConvertOptions(options);
  }
  else
  {

  }

Result => Empty PDF

ElmellaliMobiArchitects commented 3 years ago
    [AllowAnonymous]