FormPdfUtil data does not show up on PDF

Confluence User - 14 Oct, 2020

Hi,

I am using the code sample in this link FormPdfUtil to generate the PDF of a form.

However only the form labels are generated without the data (see image below)

Is there something else I need to add to the code sample to get the data?


forms;pdf

1


15 Oct, 2020
confluenceUser
1
confluenceUser

Figured it out. The id in the sample should be changed to

String id = "#form.<form id>.id#"; 

Thanks

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print