Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Mike_Grice@adobeforums.com #1
Acrobat Distiller 6 OLE Automation Issue with Non-Admin User
We're creating a PDFDistiller object (ACRODISTXLib.PdfDistiller) in a VB6 project using Acrobat Pro 6 and at the line in the code that creates the new object (Set AcroDistiller = New ACRODISTXLib.PdfDistiller), if the user is logged in as non-admin, we get: Error 429, ActiveX component can't create object.
I've tried CreateObject with the same error and GetObject pointing to the acrodist.exe and received a different error (432, Filename or classname not found during automation operation).
If the user is logged in as admin it works fine. If we use Acrobat 7 or 8, it works fine with both user types.
We've compared registry GUIDs for the class object and both user types have identical reg settings.
Does anybody have any idea how to correct this?
Thanks,
Mike Grice
Mike_Grice@adobeforums.com Guest
-
Acrobat 7.0 Pro/Distiller Issue
I recently added a new hardrive to my Mac and moved my production files to the new drive. Now when I attempt to generate a new PDF from a newly... -
IAC using OLE automation in Acrobat 9
Dear All, I've run into the problem where Acrobat 9 crashes when the following code is used to open PDF file: bool openDocument (const... -
VRML to PDF using Acrobat Automation. Is it possible?
Hi, all! I have Acrobat 3D installed on my computer and I convert VRML files to PDF ones. The simplest way to do this is to click "Files->Create... -
Acrobat Automation causes a COM error
Hi, When I run the following C# code, I am getting a COM exception "Method 'Close' of object 'CAcroPDDoc' failed" with an HResult of -2147417851... -
OLE automation issue
Thanks Greg, I am going to investigate a polling solution. Andrew. "Greg Linwood" <g_linwood@hotmail.com> wrote in message... -
Leonard_Rosenthol@adobeforums.com #2
Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User
Given that works correctly in Acrobat 7 or 8, I would have to say that it was a bug in that old version of the software that was corrected.
So the solution is to use modern versions of the software.
Leonard_Rosenthol@adobeforums.com Guest
-
Mike_Grice@adobeforums.com #3
Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User
Thanks but that's not a solution when 100s of people from various companies are using anything from Acrobat version 5 and up.
Mike_Grice@adobeforums.com Guest
-
PDL@adobeforums.com #4
Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User
If it's a bug in the software, there will be no solution.
Acrobat 6 is EOSL - End of Service Life. Adobe will be producing no more updates, patches or fixes for Acroabt 6 or older (this is stated on their website, see the support section).
If it's in 6 and it's a bug, they won't be fixing it so you need to advise your customer of it and live with it, or have them upgrade to a version that doesn't have the bug in it.
PDL@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #5
Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User
I believe that the number of people running Acrobat 6 today is bordering on 0, as it was a pretty poor release of the product. In addition, Adobe no longer officially supports it (or earlier) versions.
So I don't really know what you are looking for...
Leonard_Rosenthol@adobeforums.com Guest
-
Mike_Grice@adobeforums.com #6
Re: Acrobat Distiller 6 OLE Automation Issue with Non-Admin User
In some instances of a problem that might be similar to this, a solution might be with a change in the registry or the re-registering of a COM DLL. That was what I was hoping to find here.
Thanks
Mike_Grice@adobeforums.com Guest



Reply With Quote

