print callLists on landscape paper
This commit is contained in:
parent
f3452d8904
commit
8c0b055d98
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user