Skip to content

Commit

Permalink
Merge pull request #2 from pedropagotto/fix/margin-top
Browse files Browse the repository at this point in the history
fix: add margin top to format the document
  • Loading branch information
pedropagotto authored Apr 6, 2023
2 parents 9562e83 + eff1d65 commit 076efcb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public static async Task<IActionResult> RunAsync(
var pdfOptions = new PdfOptions()
{
PrintBackground = true,
MarginOptions = {
Top = "16px"
}
};

log.LogInformation($"Print pdf file");
Expand Down

0 comments on commit 076efcb

Please sign in to comment.