Jump to content
  • 0

PDF плагин


snv20062006
 Share

Question

Здравствуйте.

Подскажите, пожалуйста,

на странице есть <iframe> в который подгружается pdf документ.

Подскажите:

- для IE, как из iframe выудить ActivXObject, с помощью которогоможно былобы управлять новигацией по документу

- объясните, почему не загружается документ (элементов типа <iframe> на странице нет)


if (window.ActiveXObject) {
var control = null;
try {
// AcroPDF.PDF is used by version 7 and later
control = new ActiveXObject('AcroPDF.PDF');
} catch (e) {
// Do nothing
}

if (control) {
isInstalled = true;
var loadfile = control.LoadFile('file:///C:/792055090.pdf'); // loadfile = false - документ не загрузился

control.setShowScrollbars(false);
control.setShowToolbar(false);
//control.gotoFirstPage();
//control.gotoFirstPage();
//control.setCurrentPage(n);

}
} else {
// Do nothing
}

- как можно подобные манипуляции осуществлять с PDF плагинами в Mozilla Firefox и Google Chrome

Спасибо.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Здравствуйте.

Подскажите, пожалуйста,

на странице есть <iframe> в который подгружается pdf документ.

Подскажите:

- для IE, как из iframe выудить ActivXObject, с помощью которогоможно былобы управлять новигацией по документу

- объясните, почему не загружается документ (элементов типа <iframe> на странице нет)


if (window.ActiveXObject) {
var control = null;
try {
// AcroPDF.PDF is used by version 7 and later
control = new ActiveXObject('AcroPDF.PDF');
} catch (e) {
// Do nothing
}

if (control) {
isInstalled = true;
var loadfile = control.LoadFile('file:///C:/792055090.pdf'); // loadfile = false - документ не загрузился

control.setShowScrollbars(false);
control.setShowToolbar(false);
//control.gotoFirstPage();
//control.gotoFirstPage();
//control.setCurrentPage(n);

}
} else {
// Do nothing
}

- как можно подобные манипуляции осуществлять с PDF плагинами в Mozilla Firefox и Google Chrome

Спасибо.

activeX это фишка IE only

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy