olisemalis
MIS
Does anyone ever automated acrobat ("AcroExch.App", "AcroExch.PDDoc" and "AcroExch.AVDoc") in a dll project? First I couldn´t create does objects. Now I can, however I´m not being able to open files: oAVDoc.Open(sfilepath, ""). It always returns false.
If I make the same code in a exe application I´m able to open files using that method. It seems that, if the cliente creating the object doesn´t have an user interface, the object doesn´t work well. Is this true?
I know this objects are not licencing to use in server side, however, I just want to put the code in an dll and not in an exe.
Thank you
If I make the same code in a exe application I´m able to open files using that method. It seems that, if the cliente creating the object doesn´t have an user interface, the object doesn´t work well. Is this true?
I know this objects are not licencing to use in server side, however, I just want to put the code in an dll and not in an exe.
Thank you