Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

how to render tagged PDF using custom XDP template from adaptive form

Avatar

Level 3

Hi,

We are trying to render tagged PDF using custom XDP (XFA based) from Adaptive form. 

As we need a static pdf, we are using doRService for rendering tagged PDF.

 

The issue that we are facing is that the generated PDF from Adaptive form is not using custom XDP.

Adaptive form has the following configuraiton:

1. Adaptive form - open properties - Form Model - None

     Document of Record template configuration - Associate form template as document of record template 

We have a custom button, which triggers the servlet to render PDF using DorService api.

 

Please let me know why the PDF rendered is not picking the custom XDP

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hello @SmrithiG1 

Can you please check if you have selected the custom template under DoR tab in the form editor.

Reference screenshot below.

 

rahulpandey27_0-1747808779857.png

 

Thanks,

Rahul Pandey

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hello @SmrithiG1 

Can you please check if you have selected the custom template under DoR tab in the form editor.

Reference screenshot below.

 

rahulpandey27_0-1747808779857.png

 

Thanks,

Rahul Pandey

Avatar

Level 3

Hi @rahulpandey27 , Thank for the response.

Yes we did add the custom XDP in the DOR configuration. On changing to Output Service API, we are able to render static PDF with tags from Adaptive form.