Autodesk Forge viewer renders only single page for PDF files
问题 In our application we're using Autodesk Forge Viewer to render 3D and 2D design files. Files with other formats get rendered pretty well. But in case of the pdf files, only the first page gets rendered even if the file actually has multiple pages. But we need to display all the pages . Here's the part of code I'm using to initialize the viewer: function doInitializeTheViewer(urn, token, element) { const options = { 'env': 'AutodeskProduction', 'accessToken': token }; let documentId = 'urn:' +