print callLists on landscape paper

This commit is contained in:
Maximilian Krambach 2019-02-12 13:52:44 +01:00
parent f3452d8904
commit 8c0b055d98

View File

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