Question T2593
Visible to All Users

PDF export not working in version 1.1.7

created 5 years ago

Hi,

It looks like the PDF-export isn't working anymore in version 1.1.7

See the following example in Plunker. Version 1.1.2 is called in that example. As soon as I change it to 1.1.7 the export isn't working anymore.

Answers approved by surveyjs Support

created 5 years ago

Hello,

You need to use the SurveyPDF function. You can see it in our demos. var surveyPDF = new SurveyPDF.SurveyPDF(json, options);
Here is the the updated plunker - https://plnkr.co/edit/bTNaPSgqJirD0u62wm5c?p=preview

Thanks, Serge
SurveyJS Team