jQWidgets Forums

jQuery UI Widgets Forums Grid Export PDF

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 5 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Export PDF Posts
  • Export PDF #108028

    EricK
    Participant

    Hello to all,
    Is there anyway to control the page orientation(portrait, landscape)
    I noticed you are using pdfmake. Is there anyway to pass parameters?

    Thanks,
    Erick

    Export PDF #108047

    Hristo
    Participant

    Hello Erick,

    Yes, you could change the orientation.
    Please, take a look at this example:

    $.jqx.pdfExport = {
    	orientation: "landscape",
    	pageSize: "letter"
    };

    I hope this will help.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.