Commit 78898c08 authored by Oleg.Korshul's avatar Oleg.Korshul

native print (pdf/xps/djvu)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66875 954022d7-b5bf-4e40-9824-e11837661b57
parent 4d56de03
......@@ -1683,7 +1683,10 @@ asc_docs_api.prototype.asc_Print = function(bIsDownloadEvent)
if (null != this.WordControl.m_oDrawingDocument.m_oDocumentRenderer)
{
if (window["AscDesktopEditor"]["IsSupportNativePrint"](this.DocumentUrl) === true)
return;
{
window["AscDesktopEditor"]["Print"]();
return;
}
}
else
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment