|
Tag Browser: activepdf-toolkit-problem-bundle-stitch
< 1 second(s)
-
Hi Sir,
This is the code we are using to call the Toolkit.
set TK = Server.CreateObject(''APtoolkit.object'')
TKreturnCode = TK.OpenOutputFile(Server.MapPath(dirOutput) & ''\'' & OutfileName)
dim tempFileName
for intI = 1 to PDFcount
...
|