Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
berndt@adobeforums.com #1
Acrobat 9: IAC window problem when opening a pdf
Hello,
I got a C# program , which can iterate over a number of pdf files in a directory. I used the following code for the first document:
....
CAcroApp AcrobatApp = new AcroAppClass();
AVDoc = new AcroAVDocClass();
AVDoc.Open(filename1,"");
AcrobatApp.Show();
....
So far so good. Acrobat starts and shows the loaded document. The Code for stepping to the next document is:
....
AVDoc.Close(0)
AVDoc.Open(filename2,"");
....
The document is closed and the empty Acrobat window (same as if you open a PDF in Acrobat 9 and then select "File|Close" from the menu). Instead of using this empty frame the next "AVDoc.Open.." a new window is created for the next document.
Can I somehow tell Acrobat to open the new document in the "empty" Acrobat window instead of opening a new one?
(Might be a SDI problem of Acrobat 9, since the code worked well for all older versions of Acrobat using the MDI interface)
Thanks a lot,
René
berndt@adobeforums.com Guest
-
insert a frame or window into adobe acrobat or reader window
Using Windows OS XP or Vista. Can you ad a frame or window into the main window to allow saving a document through another application? I have an... -
Opening in same window
okay this is simple but my brains fail me.. my header comprises of a flash movie and it has the menu buttons so I've given getURL command to the... -
opening new swf window
hi all i'm very new to dreamweaver.i made the index page,i've a hotspot area,if i click on it it should open a new browser window,which should... -
problem with opening pop up window
Hi, looking at this adress, http://www.discotheques.fr/annuaire_discotheques/discotheque_paris/mambo_club/ when you click on the button...



Reply With Quote

