Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ADOBE FORM MULTIPLE PRINT SAVE.

Former Member
0 Likes
860

Hello ALL.

Greetings of the day.

Question: in selection screen if we pass FROM 1 TO 10

to get print of form from 1 to 10 with the serial no.s ,

we are getting the desired ouput and at the time of saving all from 1to10 get saved in one pdf format.

Now , if the same process we follow for adobe forms , we are also getting the same desired output.

But , at the time when we are saving , if we are at form where written serial no.1 or suppose serial no. 5

And saving the same , it only saves the current form.

REQUIREMENT : While ssaving the adobe form i need the same to get saved with 1 to 10 in one pdf format only , as it does for smartforms.

I hope , was able to explain you my requirement.

2 REPLIES 2
Read only

former_member1716
Active Contributor
0 Likes
768

nikhilraheja8,

This integer Value you are talking about from 1 to 10, can you explain how you handled in smart form and how it is being handled here in ADOBE?

Regards!

Read only

Former Member
0 Likes
768

satishkumarbalasubramanian

Sir , In smartforms simply handling through internal_table via driver program.

While in adobe , Passing the it to interface which hits to adobe .

for eg : foirst time it contains s.no 1 which hits interface the interface hits adobe.

same cycle repeats for 2 , 3 and so on .

OR, we can say its working like loop in adobe.