jQuery UI Widgets Forums Chart Export custom PDF

This topic contains 2 replies, has 2 voices, and was last updated by  Abdelalime 8 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Export custom PDF #84071

    Abdelalime
    Participant

    i have a probleme while generating a PDF file using :

    $('#chartContainer').jqxChart('saveAsPDF', 'file.pdf', "http://www.jqwidgets.com/export_server/export.php");

    the question is, is there a solution to export a custom text (a long description of 10 lines) under the chart to make the PDF file more significant and easly readed not juste a chart with one line title and description here is an example of the chart

    i had tried to use jsPDF to generate a custom PDF but the plugin didn’t support some includes of the jQWidgets framework, and it’s limited indeed he can’t support large data export

    Export custom PDF #84089

    Dimitar
    Participant

    Hello Abdelalime,

    Unfortunately, this is not supported by the chart’s saveAsPDF functionality. If you wish, you can try Chrome’s “Print to PDF” (press Ctrl+P). It should be able to export both the chart and the text underneath to PDF.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Export custom PDF #84114

    Abdelalime
    Participant

    Thanks

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

You must be logged in to reply to this topic.