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: 

Combine two xstrings to display as pdf in BSP

Former Member
0 Kudos

I am getting one xstring from the output spool and displaying it as a pdf in a BSP. This is working fine. I want to add a second page to the pdf - a static page. I am thinking about uplaoding the image into a Smartform and converting it to an xstring. I can display either the xstring from the spool or the xstring from my Smartform in my BSP. But I don't know how to combine the two in order to create a two-page pdf. I tried to concatenate them, but the pdf would then not display. It gave an error. Does anyone know how to do this?

Edited by: Janice Ishee on Dec 9, 2009 10:38 PM

Edited by: Janice Ishee on Dec 9, 2009 10:39 PM

1 REPLY 1

Former Member
0 Kudos

Hi Janice,

The xstrings of PDFs can't be combined that way. There may be some third party software that you could use to combine the PDFs and then reimport and display the result.

The xstring is the actual PDF file data (if you wanted, you could pass it to a file download function and save it on your computer as example.pdf)

This thread might help: