Previous | Next | (P-PDF) Acrobat 6.0
Topic: Page Layout
Conf: (P-PDF) Acrobat 6.0, Msg: 151915
From: neerajbhagat
Date: 7/11/2006 10:17 PM
I am developing Comparision tool which will compare the pdf document with txt.
for this I am opening the pdf file in Axwebrowser that is nothing but internet Explorer Control.
Here the problem i am facing when i open the document it show all the toolbars of pdf document which i dont want.
and second it get open in default pagelayout. but i want to open in 'Single Page' Layout.
I cannot use documents property as it will change the setting of actual document.
the only option i have to use View->Toolbars->Hide toolbars and View->Layout->Single page.
i cannot be able to access the method to expose these properties.
can any one tell me to access these commands:
View->Toolbars->Hide toolbars
View->Layout->Single page
I have created the following code to access the objects
Acrobat.CAcroAVDoc oAVDoc;
Acrobat.CAcroPDDoc oPDDoc;
Acrobat.CAcroApp oApp;
Acrobat.CAcroAVPageView oPV;
Kindly suggest me the object and method to hide the toolbars
and change the layout of pdf document