How do I use ConcatenateFiles function?

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
Kiefer
Posts: 25
Joined: Mon Sep 30 2002

How do I use ConcatenateFiles function?

Post by Kiefer »

How can I use this function in a VB app?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

ConcatenateFiles takes 3 parameteres:
File1
File2
File3

File 3 is the result of concatenating File1 and File2

You can call it as follows:

ConcatenateFiles "C:\Test1.pdf", "C:\Test2.pdf", "C:\Appended.pdf"

Hope this helps.
Post Reply