Merge pull request #4319 from MaximilianKrambach/callListLandscape
print callLists on landscape paper
This commit is contained in:
commit
724ba74fee
@ -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