Application Development 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: 

Creation of single PDF File from Multiple PDF Spools

Former Member
0 Kudos

Hello Gurus,

I have a requirement where each and every spool is having a PDF file and I need to combine these set of pdf spools and create a single pdf file in the application server.

This single pdf file will have all data of pdf spools.

For Example:

Spool1 --> PDF1

Spool2 --> PDF2

Spool3 --> PDF3.

Result:

PDF1PDF2PDF3 = PDF file.

Please let me know about this requirement.

Thanks in advance.

Regards,

Usha

2 REPLIES 2

Former Member
0 Kudos

Hi,

[Please have a look in this thread|;

The code works for OTF spools

[Combining Multiple Smartform Outputs Into One PDF |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/62ae7fcd-0b01-0010-3e9d-a54f26944450?quicklink=index&overridelayout=true]

Regards

GK.

0 Kudos

Hello,

Thanks for your reply.

For Samrtforms, we can able to create single pdf where as I need the same functionality for Adobe forms.

Here, Whenever a adobe form is triggered then output is created as a spool. So, now I have to collect some set of spools(PDF's) and create a single PDF.

Regards,

Usha