IE Object ClassID Problem

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

djprice
User
Posts: 5
Joined: Tue Aug 18, 2009 11:53 am

IE Object ClassID Problem

Post by djprice »

I am generating PDF's via a servlet but the display with XChange is not working as needed. The old problem with IE executing the servlet twice can be resolved when using Adobe Reader by the using the object wrapper with classid as follows:
<OBJECT CLASSID="clsid:CA8A9780-280D-11CF-A24D-444553540000" STYLE="height:100%; width: 100%" >
<PARAM NAME="src" VALUE="<%= reportCommand %>">
</OBJECT>

This of course does not work with PDF XChange. I change the clsid to what I believe to be correct for PDF XChange: FE36F0F3-F082-41B7-9EED-772505A7C054 but PDF XChange is never actually executed on the client - I just get a gray page with a white border, no PDF is displayed. Does anyone know a workaround for IE with PDF XChange to not have the servlet executed twice?
Corwin - Tracker Sup
User
Posts: 664
Joined: Tue Nov 14, 2006 12:23 pm

Re: IE Object ClassID Problem

Post by Corwin - Tracker Sup »

Hi,
We will try to add such a feature in new build.
Thanks for your patience.