surveyjs / survey-pdf

Supplementary component to the SurveyJS Form Library to download surveys as PDF files and generate editable PDF forms.
https://surveyjs.io/pdf-generator/examples/survey-pdf-export/
Other
58 stars 29 forks source link

[Node.js] File Upload - The image overlaps subsequent form fields #316

Closed JaneSjs closed 4 hours ago

JaneSjs commented 2 months ago

T17989 - Survey-PDF image from file upload not rendering correctly https://surveyjs.answerdesk.io/internal/ticket/details/T17989


An uploaded image overlaps the subsequent form field: image

Refer to the following demo: surveyjs-pdf-nodejs_file_upload_image_issue.zip.

To solve the issue, it is necessary to define the imageWidth and imageHeight settings for a File Upload element.