Add view=FitH to Webview

This commit is contained in:
2023-03-09 22:51:16 +01:00
parent 49f77ce8f6
commit 115cd2284d
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ namespace WGneu.Documents {
await File.WriteAllTextAsync(tmpHtml.FilePath, await Render());
await Pdf.Convert(tmpHtml.FilePath, pdf.FilePath);
}
Pdf.UpdateMetadata(pdf.FilePath, Title, "Wizergenossenschaft für Matzen und Umgebung reg. Gen.m.b.H.");
Pdf.UpdateMetadata(pdf.FilePath, Title, "Winzergenossenschaft für Matzen und Umgebung reg. Gen.m.b.H.");
PdfFile = pdf;
}