dim pdf
dim file1
dim file2
dim file3
file1="d:\new.pdf"
file2="d:\newpdf.pdf"
file3="d:\out.pdf"
set pdf = createobject("aloahapdf.edit")
'seal all formfields when merging
pdf.SealWhenAppend=true
call pdf.appendpdf(cstr(file1),cstr(file2))
call pdf.appendpdf(cstr(file1),cstr(file3))
pdf.SealWhenAppend=false
set pdf = nothing
Download PDF SDK here!Please request a free evaluation key from aloaha@wrocklage.de! |
Merge PDF DocumentsPlease have also a look at this fast merge API |
