Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

header-html using MVC view is not working #18

Open
ElmellaliMobiArchitects opened this issue Jun 8, 2021 · 0 comments
Open

header-html using MVC view is not working #18

ElmellaliMobiArchitects opened this issue Jun 8, 2021 · 0 comments

Comments

@ElmellaliMobiArchitects
Copy link

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

      _generatePdf.SetConvertOptions(options);
  }
  else
  {

  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant