-
### Attach (recommended) or Link to PDF file
https://github.com/mozilla/pdf.js/files/13179307/c53a656b-551d-4c24-bfb6-f994ef3a6d4b.pdf
But I believe it has nothing to do with the PDF file itself.
…
-
I tried switching from notes to PDFs for this plugin, and when trying to sync I got the following response in the Obsidian console...
(At least this tells me that the plugin is reaching my wallabag…
-
Every time I save I get this error: `TypeError: qo is not a function`
![image](https://github.com/user-attachments/assets/55022f66-e43b-475f-93af-e7a6c28a62a7)
Then I have to reload the page and…
-
Not sure how exactly this is happening in my environment but I believe its related to this change to replace `canvas` with `@napi-rs/canvas`.
[Replace the canvas package with @napi-rs/canvas](https…
-
I'm using scribe.js to batch process a large number of PDFs. The error below keeps emerging from time to time. Its appearance is pretty random and is NOT related to specific PDFs. After restarting the…
-
### What were you trying to do?
`pnpm` has more strict rules on dependency management. Building my project with hoist=false will fail. `tslib` should be defined as `dependencies` instead of `devDep…
-
Error: Cannot find module '@napi-rs/canvas'
Require stack:
- /home/runner/work/pdf.js/pdf.js/src/display/node_utils.js
at utils/pdfUtils.js:11
Sorry to bother you with another issue. After …
-
**Descrição:**
Como um afiliado, quero baixar minha carteira digital em PDF para salvá-la ou imprimi-la quando necessário.
**Critérios de Aceitação:**
- [ ] O afiliado deve conseguir baixar a carte…
-
### Bug description
I am using the pandoc-ext/diagram extension to draw TikZ figures. My intended output formats are both HTML and PDF.
If I enable only one output format then there is no problem. …
-
### What were you trying to do?
Embed png file into page
### How did you attempt to do it?
```ts
const pdf = await PDFDocument.create();
const image = await pdf.embedPng(file);
const page = pdf.…