ele1
1
Hi all, I've just installed the last version of PDFCReator (1.3.2) and I'd like to use it in a c#.net program.
I found the example in the installation package, but it references a PDFCreator.dll file which I cannot find in my GAC / file system!
What I'm doing wrong?
Thanx in advance,
Elena
DZz34
2
Hello,
You can't add the dll directly for first time, you have to pass by the COM reference :
- Remove existing reference "PDFCreator"
- Add new reference
- Select "COM" tab
- double-clic on "PDFCreator"
Now build your project and you'll find the "Interop.PDFCreator.dll" in bin directory