cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Adobe Forms programatically

Former Member
0 Kudos

I have designed my adobe form and am giving it data to display. I want the user to be able to select multiple rows from a table and hit print; then I would loop through displaying and printing these. Is this possible?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Do want to select the Rows in the Adobe Form or the WDA ?

Regards

Vikranth

Former Member
0 Kudos

Thanks for replying.

I want to select rows in WDA

Former Member
0 Kudos

Hi,

Create Two Contexts in WDA example say ContextA , ContextB.

ConextA will display the Screen Table Control in a View A, After selecting the Table rows from Context A , bind the selected values to ContextB.

Now create Adobe Form and in the Mapping give the ContextB in the Interface and bind it

Now click the button in the ViewA and navigate to ViewB (Adobe Form Embedded with ContextB mapped ) and display the PDF

Regards

Vikranth

Former Member
0 Kudos

Thank you Vikranth, but I am already displaying the PDF. I want to loop through all selected rows and print it's PDF.

This could manually be done by clicking the print button each time you view the details. I want this to be done automatically.

Former Member
0 Kudos

Hi,

Try to Clear the Context binded to the Adobe Form and Append the selected rows

Regards

Vikranth

Former Member
0 Kudos

That's no problem. How do I actually do the code to make the form print? Is there a FM?