Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Rajeshrv@adobeforums.com #1
Creating instance to CAcroPDDoc taking time
When I try to create a instance to CAcroPDDoc, as follows,
CAcroPDDoc _objPDDoc = new AcroPDDocClass();
or
CAcroPDDoc _objPDDoc = (Acrobat.CAcroPDDoc) Microsoft.VisualBasic.Interaction.CreateObject("Ac roExch.PDDoc", "");
above mentioned statement takes about 1.6 to 2 seconds, which accounts for the performance bottleneck in my application.
When I try to do the same with acrobat window opened seperately then the time taken is 20 milli seconds or zero seconds.
My question is,
Is there anything we can do to bring this time down?
Rajeshrv@adobeforums.com Guest
-
Creating a new recorded instance
Hi, I have managed to get my webcam to record to fms but only one instance, it just replaces the file each time it records, does anyone know the... -
Pgsql taking a *lot* of CPU time (unkillable).
Berteun Damman <berteun@gmail.com> writes: Would you attach to the process with a debugger and get a stack trace? $ gdb /usr/pkg/bin/postgres... -
Filemaker Pro 6.0 taking an extraordinary long time to load
Heteph, I'm not certain what is going on here, but all of a sudden when I click on the icon to start Filemaker Pro 6.01 weird things happen. ... -
Instance startup time
Hi folks, I know, I can find the uptime of an Informix instance in every onstat, but the date and time of the instance startup? Has anyone a... -
Creating an Instance of Outlook
you have two problems: 1) the webserver is running as a service account and does not have an outlook profile, so outlook can not open the... -
Leonard_Rosenthol@adobeforums.com #2
Re: Creating instance to CAcroPDDoc taking time
To instantiate Acrobat, it has to be running. If it is not already, then it needs to be launched. That is probably the time delay you are seeing...
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

