PejmanNik / jikji

Effortless report generator and reporting tools with React and NodeJS
https://jikji.xyz
MIT License
45 stars 1 forks source link

Feature - A4 Landscape Format #22

Closed ritscAlex closed 11 months ago

ritscAlex commented 11 months ago

Would it be possible to add A4 Landscape dimensions.

A4_Landscape: { height: '210mm', width: '296.8mm' }

I think that A4 Landscape is next to A4 one of the most used pdf format and would be an great add to the library.

PejmanNik commented 11 months ago

There is a PageOrientation prop in the Section that you can use, also the page size is a simple object, you can use any dimension/size like: {height: string; width: string}