Using the API, how to export a response survey as PDF? | XM Community
Skip to main content
Question

Using the API, how to export a response survey as PDF?

  • May 17, 2019
  • 5 replies
  • 473 views

Hi everyone, as most of you have experienced, there is a way in the web app to export the responses of a specific participant as a PDF. I have been trying to replicate that step using the API. However, I cannot find a way on how to do it. It looks that currently there is no way do that process using the API, but I was wondering if there is a "hacky-way" that someone has found, or if there is another idea on how to export a specific response of a survey as a PDF? If anyone can shed some light on this question, I will appreciate it. Thanks.

5 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • May 19, 2019
Use the API to get the response data, then have your script create the pdf. There are a number of libraries available for creating pdfs, but it depends on the language you are using.

  • Author
  • May 20, 2019
Hi TomG Thanks for the response. I am currently trying to format the document with Markdown, and then I will try to export it as a PDF. FYI, I have also asked Qualtrics support about this, but it is official that the current API version does not have that feature. They will probably release it in the next one. Regards,

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • October 31, 2019
> @TomG said: > Use the API to get the response data, then have your script create the pdf. There are a number of libraries available for creating pdfs, but it depends on the language you are using. Can you suggest a couple? I'm trying to find a good way to do this and would love some references.

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • October 31, 2019
> @Akdashboard said: > > @TomG said: > > Use the API to get the response data, then have your script create the pdf. There are a number of libraries available for creating pdfs, but it depends on the language you are using. > > Can you suggest a couple? I'm trying to find a good way to do this and would love some references. https://ourcodeworld.com/articles/read/226/top-5-best-open-source-pdf-generation-libraries-for-php

Forum|alt.badge.img+7
  • Level 2 ●●
  • July 18, 2025

This is a 6-years old request which isn’t satisfactorily answered, so I will post a new request in