cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Document In Single PDF

soumik_de2
Participant
0 Kudos

Hi Experts ,

                   I have a requirement  , I am developing an adobe form where multiple documents are being created son in print preview

                   if I press  the next document then next PDF is opened  , my requirement I want these documents in on single PDF one after another,

                    please guide me how to do this .

Accepted Solutions (0)

Answers (1)

Answers (1)

alasivanand
Explorer
0 Kudos

Hi Soumik,

There are couple of easy steps to achieve it.

I need some clarification WRT the requirement.

Is there a need to send the file as an Attachment or is it only for Print Preview.

Points Need to follow to achieve Merging PDF files into one. (Print Preview)

  • In order to bundle the PDF files, you need to Call all the forms in between the same FP_JOB_OPEN and FP_JOB_CLOSE.
  • For the Output Params you pass it to the FP_JOB_OPEN Function Module,

          * Set output parameters and open spool job.
               fp_outputparams-nodialog   = 'X'.
                fp_outputparams-getpdf     =
'M'.
                fp_outputparams-bumode     = 'M'.
                fp_outputparams-assemble   = 'X'


Please let me know if any additional details required


Regards,


Sivanand Ala



soumik_de2
Participant
0 Kudos

  

hi shivanand

Thanks for reply  ,

see for now my requirement is to download multiple document in single PDF,

i have one more doubt , if i tick print check  box in print dialog  it will go to spool and from there we can see the PDF document one after anther . From there (SP02) we can download collectively  that i know ,bt dont know how to do it.