Relative Content

Tag Archive for reactjspdfmake

How to create PDF using pdfMake in react having pages in landscape orientation and split in two like book pages

I am creating a PDF file form my react app inserting some images, tables and text and its working perfectly fine in potrait mode. But now i need a change in design of that exported pdf so that i can show page in landscape orientation where each page is split in half to show different data on each side of the page. I could not find any specific details in documentation. How can i achieve this functionality?