These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Disguested at Adobe....

jdeats
Registered: Jun 20 2007
Posts: 14

So I built a web application around the Adobe supported IAC (InterAppCommunication) API using JavaScript and HTML object tags to embed. All was working well, then Adobe comes out with Acrobat Reader 8 and suddenly I get calls that the navigation panel buttons are appearing to the left.

Sure enough, with this change Adobe has effectively altered the UI of any application using the Acrobat Reader .OCX

Now you may be thinking, "it's free, deal with it", but the problem is there is no way to "deal with it". There is no Acrobat 8 SDK (yet) and Adobe failed to provide any methods (through IAC) to allow JavaScript programmers to disable the nav panel. I'm suppose to tell people "Adobe owns that space of the application, it's their plug-in we just have to deal with it, so there are no other options if you're using Acrobat 8 to build your PDF's". That's just not good enough.

Yet, I don't see any other complaints here, I feel isolated when dealing with this problem.

With credit card in hand, I called Adobe, ready to pay whatever rate they wanted just to get some developer support and I was told it could take up to five days for turn around time and that support would only be provided by e-mail. Now, I've worked with professional support by IBM, Sun, Microsoft and others and have never encounted anything this bad.

After hours of searching I found a hint in this document:
http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf

According to that document if I were opening the PDF in a a web browser I could use #navpane=0, however there does not seem to be a counterpart to doing that in JavaScript when the PDF is embedded through the tag.

If the tone of this message sounds a bit angry, that's because IT IS. I don't think I've gotten this upset with a software company in years. I think it's mostly because I would have expected so much more for Adobe and they have really let me down.

lkassuba
ExpertTeam
Registered: Jun 28 2007
Posts: 3636
Another alternative would be to discuss this with other members in the Acrobat Developers SDK forum at:
http://www.adobeforums.com/cgi-bin/webx/.eed56a0/

Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.

gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
Here is the link for the Acrobat SDK:

http://www.adobe.com/devnet/acrobat/

Also one can either set the document's open properties as needed or use a document level JavaScript procedure to execute a menu item to set the navigation tabs upon opening the PDF.

George Kaiser