Results 16 comments of Aleksandr Golovan

Hello, Please look at our [SurveyJS React Quickstart repository](https://github.com/surveyjs/surveyjs_react_quickstart). You can clone it and modify for your needs Thanks, Alex SurveyJS Team

Hello, As said in [SurveyPDF documentation](https://surveyjs.io/Documentation/Pdf-Export) in constraints section `Question File save files via RMB in Chrome only`. So, unfortunately, you can't click on blue link to save file. But...

Hello, In this case, please specify what certain links are you talking about? Please provide SurveyJSON with them Thanks, Alex SurveyJS Team

Hello, Can't find attached PDF or SurveyJSON. Maybe you are using email client, but via GitHub attached files are missing Thanks, Alex SurveyJS Team

Hello, Understood the problem. We will discuss it with team, but let me explain the situation. It is a difficult task to export html to PDF because no web-browser inside...

Hello, Unfortunately is too much complex task to add this functionality and we have more priority tasks now. We update this thread immediately if this functionality will be added in...

Hello, You may try to carry all properties/methods related to choices/choiesByUrl from [QuestionSelectBase](https://github.com/surveyjs/survey-library/blob/master/src/question_baseselect.ts) class of [SurveyModel](https://github.com/surveyjs/survey-library/tree/master/src) to new subclass like QuestionChoices. And inherit [QuestionTextModel](https://github.com/surveyjs/survey-library/blob/master/src/question_text.ts) from this class too Thanks, Alex...

Hello, May we hope that this will be fixed? Thanks, Alex SurveyJS Team

Hello, We already [have a task](https://github.com/surveyjs/survey-pdf/projects/1#card-21940691) to research support server rending for SurveyPDF. Here is [corresponding ticket](https://surveyjs.answerdesk.io/ticket/details/t2853) in our support center. We will update this thread in case any progress...

Hello, We investigated the issue. Please, let me describe what we know now First of all for proper work `jsPDF` library (which is used by SurveyPDF) you should load on...