-
Attach (recommended) or Link to PDF file here:
Configuration:
- Web browser and its version: all
- Operating system and its version: all
- PDF.js version: 2.6.347
- Is a browser extension: no
…
-
## 環境情報
- UniVRM version: `0.97.0` 以上
- Unity version: `Unity-2021.3.0f`
- OS: `Windows 10`
- Unityに入れたパッケージ: `Universal RP`
## バグについて
* バグの内容
Unity-2021.3.0fにおいて、VRMのテクスチャで本来透明にし…
-
Currently I cannot do a search using the new approach.
Im currently using the dispatch approach but nothing happens.
```js
if (search_param) {
eventBus.dispatch("find", { type: "", query: …
-
I tried running it with VS2019, but it failed. There are some points that may be confusing to me.
1. I downloaded openFrameworks and import a project from the folder named "example-simpleViewer", w…
-
New to pdf.js, I realized that search functionality was working fine in older version using:
```
pdfFindController.executeCommand("find", { query: "my search query", phraseSearch: true, highlightA…
-
Configuration:
- Web browser and its version: chrome
- Operating system and its version: windows 11
- PDF.js version: 3.5.141
- Is a browser extension: no
Playing with example in /examples/co…
-
Is there a way to add an event listener like "onchange" to the annotations when accessing them using let annotationData = await page.getAnnotations();? I have been attempting to do so, but haven't b…
-
Configuration:
- PDF.js version: 2.5.207
I'm trying to get the current page number on scrolling pdf page but the scroll event doesn't trigger. Is there a way to get the current visible page from p…
-
Hello,
I am using the virtual machine provided in the website's installation guide. When I upload my meshes and apply the MSDM2 metric, the following error message is produced every time, and the app…
-
It looks like it's possible, maybe first loading the bytes from the url and then parsing it as a glb, but I can't find an example anywhere