print callLists on landscape paper

This commit is contained in:
Maximilian Krambach 2019-02-12 13:52:44 +01:00
parent f3452d8904
commit 8c0b055d98
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ export class PdfDocumentService {
pdfMake.vfs = await this.initVfs();
const result = {
pageSize: 'A4',
pageOrientation: landscape ? landscape : 'portrait',
pageOrientation: landscape ? 'landscape' : 'portrait',
pageMargins: customMargins || [75, 90, 75, 75],
defaultStyle: {
font: 'PdfFont',