Search found 2 matches

by mictrine
Thu Jul 05, 2007 10:14 am
Forum: Programming
Topic: Visual Basic code to combine 2 or more pdf-files
Replies: 3
Views: 21072

Hi Jacob!

Yes i found out how to do it... Very cool

[code]
myobject.SetValue "output", SavePath & FileName
myobject.SetValue "MergeFile", SavePath & FileName
[/code]
by mictrine
Mon Jul 02, 2007 3:13 pm
Forum: Programming
Topic: Visual Basic code to combine 2 or more pdf-files
Replies: 3
Views: 21072

Visual Basic code to combine 2 or more pdf-files

Hi!

I have tried a code to print a single sheet i Excel from visual basic using the BullZip pdf printer, and it works perfect. Now i would like to go a little futher...

Does anybody know how to combine 2 or more pdf-files from visual basic?

Mic