Question
Re-Distributable for Acrobat
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
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
