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.
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.
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