Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/31.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript PDF.js带角度4-按钮不工作_Javascript_Angular_Typescript_Pdf.js_Pdf Viewer - Fatal编程技术网

Javascript PDF.js带角度4-按钮不工作

Javascript PDF.js带角度4-按钮不工作,javascript,angular,typescript,pdf.js,pdf-viewer,Javascript,Angular,Typescript,Pdf.js,Pdf Viewer,实际上,我正在使用Mozilla的pdf.js在Angular 4中开发一个pdf查看器应用程序。我从github获取了PDF.js和PDF.worker.js文件,并将它们粘贴到assets文件夹中 My index.html PDFViewerApp 我认为您无法提供这些功能。它们是安装在浏览器中的adobe插件的一部分。正如你所见,你有滚动条,也许你可以用arrow-keysHi@Yuri导航,实际上我正在Angular 4中开发这个查看器,我没有使用任何插件。因此,我认为默认情况下无

实际上,我正在使用Mozilla的pdf.js在Angular 4中开发一个pdf查看器应用程序。我从github获取了PDF.js和PDF.worker.js文件,并将它们粘贴到assets文件夹中

My index.html


PDFViewerApp

我认为您无法提供这些功能。它们是安装在浏览器中的adobe插件的一部分。正如你所见,你有滚动条,也许你可以用arrow-keysHi@Yuri导航,实际上我正在Angular 4中开发这个查看器,我没有使用任何插件。因此,我认为默认情况下无法获得功能。我必须为UI组件提供正确的功能。我不知道如何实现诸如轮换、打印、pagenext、pagePrevious等功能。这就是我在这里提出问题的原因。