- John Vanleeuwe
- PowerBuilder
- Tuesday, 11 February 2020 10:55 AM UTC
Hi guys,
Since PB doens't yet support merging multiple PDFs files into 1 , we need to roll our own solution.
I have created a function , that takes 2 blobs as parms , i read them in a blob and just for testing purposes i write them again in the same folder. Both PDF files are written and can be opened without any problem.
My question is how do i concatenate 2 blobs into one ?
Can i just write ?
blob_full = blob_full + blob_file ?
I have tried this , but when i write my blob_full variable with the same function as i did with the 2 input files, i end up having a corrupt file which i cant open, but does have a valid filesize...
TIA
John
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.