-
1. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
lrosenth Nov 24, 2009 12:38 PM (in response to DBuschow)You'd need to provide a LOT more details about the specifics of how you use the control in your application, etc.
And if you are looking for code-level support, then you'll want to submit a formal support request.
-
2. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
DBuschow Nov 24, 2009 1:06 PM (in response to lrosenth)Hello Irosenth,
Please indicate what details you need to make a determination on the problem. We utilize this application Active X control in our GUI programming. We are not performing any additional functions other than:
$LoadFile
And $SetShowToolbar
This is a very simple implementation of the ActiveX control.
Thank you,
Dustin Buschow
-
3. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
lrosenth Nov 24, 2009 1:32 PM (in response to DBuschow)So where does printing get introduced?
What OS platform(s)? What programming language? Anything we should know...
-
4. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
DBuschow Nov 24, 2009 2:20 PM (in response to lrosenth)Hello Irosenth,
The OS Platform is Windows (XP) and the programming language is Omnis Studio v 3.1. Please let me know if any other additional information is needed.
Thank you,
Dustin Buschow
-
5. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
DBuschow Dec 1, 2009 3:08 PM (in response to DBuschow)Hello,
Is there any additional information that I can provide that may be helpful?
Thank you,
Dustin Buschow
-
6. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
ReinhardF Dec 2, 2009 4:15 AM (in response to DBuschow)You may try the "scr" command.
Something like:
$oPDF = ObjCreate("AcroPDF.PDF.1")
$oPDF.src = $filePath
HTH, Reinhard
-
7. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
DBuschow Dec 2, 2009 9:13 AM (in response to ReinhardF)ReinhardF,
I've tried switching the process to load the pdf with the $src command, but this doesn't seem to affect how the document prints.
Thanks,
Dustin Buschow
-
8. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
ReinhardF Dec 2, 2009 1:15 PM (in response to DBuschow)As special service for you I just downloaded and installed the Reader V9.2,
opened the Reader via activex embedde into a small GUI
and loaded via src a testfile.
Then printed the file (manual via menuitems/print icon) with some different settings.
All works fine. Did you try other manual actions, like copy to clip, rotate, ...
Maybe it is a problem with your GUI.
Try to start embedded using IE as GUI or simple try if you can print a pdf opend via IE.
IE use the same activex as you for you GUI.
HTH, Reinhard
-
9. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
DBuschow Dec 2, 2009 2:24 PM (in response to ReinhardF)ReinhardF,
Thanks for your contributions. This is also true for me, I am able to print from Internet Explorer.
From my point there is nothing that I can identify that would control this behavior. Possibly identify what has changed in the printing that would be dependent upon the parent application.
Thanks,
Dustin Buschow
-
10. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
ReinhardF Dec 2, 2009 2:59 PM (in response to DBuschow)A workaround would be: embed IE into your GUI and open your file via navigate, so IE will do the job for you :-;
HTH, Reinhard
-
11. Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component
DBuschow Dec 2, 2009 3:14 PM (in response to ReinhardF)ReinhardF,
Brilliant.
Thanks,
Dustin Buschow



