javascriptpdfmake

Vertical print in pdf make library JavaScript


i use pdf make library. can some one say me how to rotate text (elements) using this library? I want to print pdf vertically. thank you so much.


Solution

  • i found this page on the documentation of the pdfmake library

    Simply put the option to Portrait

    pageOrientation: 'portrait'
    

    And it should be vertically oriented