Skip to main content
Participant
October 6, 2005
Question

Re-Distributable for Acrobat

  • October 6, 2005
  • 1 reply
  • 406 views
Can anybody help me regarding this problem:
We have installed acrobat and our application uses some acrobat functionality like generating pdf from MS Word Doc, Merging several PDF into one final PDF etc. Our application is in VB 6 and we are using following code style to do jobs related creating pdf etc.

Set AcroApp = CreateObject("AcroExch.App")
Set PDDoc = CreateObject("AcroExch.PDDoc")
Set InsertPDDoc = CreateObject("AcroExch.PDDoc")
Now we are having problem when we are deploying our application to our clients. Our client needs to buy the acrobat to use our application and that's what the problem is. Our client does not want to install acrobat.

1. Is there any way we can deploy only required dlls when we deploy our application ?
2. If so, is there any licensing restriction ? or can we buy some SDK / dll files which has license to re-distribution ?
Any prompt help would be highly appriciated..
--Faizullah
This topic has been closed for replies.

1 reply

Known Participant
October 6, 2005
Faizullah

You should post this to the Acrobat forum. Most of the folks here know little of scripting Acrobat.

Bob
Adobe WAS Scripting