PDF Forms
Can I export my SurveyJS form as a PDF document?
Yes. SurveyJS offers a dedicated PDF Generator component that converts SurveyJS forms and survey responses into PDF documents. It uses the same survey JSON schema as your web form, so you do not need to create and maintain a separate PDF version of the form. With SurveyJS PDF Generator, you can:
I already have PDF forms, can I populate them with responses collected through web forms?
Yes. You can automatically populate existing PDF forms with responses collected through SurveyJS web forms. SurveyJS includes a PDF form-filling plugin that allows you to map SurveyJS form fields to fields of an existing PDF document. Users complete a dynamic web form built with SurveyJS, and their responses are automatically transferred into the corresponding PDF fields. SurveyJS supports implementations using the pdf-lib and PDF.js third-party libraries. For details and demos, see the Fill PDF Form with Web Form Responses guide.
We've got scanned and photographed paper forms and PDFs. Can I digitize this data and store it alongside web form responses?
Yes. SurveyJS supports hybrid paper and digital form data collection, allowing scanned paper forms, photographed forms, and PDFs to be converted into the same structured data format as web form responses. SurveyJS provides a unified workflow for organizations that collect responses through both digital and paper-based channels. Instead of maintaining separate systems for online and paper forms, you define the form once and process all responses into a single standardized structure. The process works like this: The resulting data object is identical whether the response originated from an online form, scanned paper document, photographed questionnaire, or completed PDF. The solution is built using the following free, MIT-licensed libraries: Unlike traditional OCR tools, SurveyJS AI Form Response Extractor uses a multimodal LLM guided by your SurveyJS schema. Because the system already knows expected field names, answer types, validation rules, and choice options, it can read and extract structured responses more accurately and consistently than generic document recognition systems. To learn more about extracting responses from scanned paper forms and PDFs with AI, please refer to the Hybrid Paper and Digital Form Data Collection guide.
Send feedback to the SurveyJS team
Need help? Visit our support page