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

Question Titles are Shifted to the Left - Is there an option to align question titles with input fields? #291

Closed JaneSjs closed 6 months ago

JaneSjs commented 6 months ago

In the following ticket, question titles appear shifted: T16086 - In pdf generate the styling issue the label and text input should be align in same line

JaneSjs commented 6 months ago

To align titles with input boxes, set the following property to 0:

import { FlatQuestion } from "survey-pdf";

FlatQuestion.CONTENT_INDENT_SCALE = 0;