-
It's possible with puppeteer to print into a pdf:
https://github.com/puppeteer/puppeteer/blob/main/docs/api.md#pagepdfoptions
So we could load a pdf, dump it into another pdf (if `@media print` st…
-
**Updated**: 2024-04
**Considering the complexity and the foreseeable outcome of the current possible solutions, we may not plan to implement this feature until there are better ways.**
Users ca…
-
**Describe the bug**
Running the generate-pdf command runs indefinitely.
**To Reproduce**
Steps to reproduce the behavior:
Execute npm run generate-pdf
> devscard@0.3.0 generate-pdf
> ts…
-
This issue gathers a lot of issues with PDF header and footer templates. They are not as flexible as I and apparently many others have thought.
## Headers and footers are not appearing
* Remembe…
-
#### Hi, I'm stuck looking for a browser version on my Apple M1 Pro, when I added the puppeteer package, I can't run Supabase function successfully anymore.
**Deno info:**
```shell
🐉 >deno info
…
-
**Context:**
- version (`md-to-pdf -v`): 5.2.4
- platform (Unix, macOS, Windows): Unix
- node version: v18.17.1
**Describe the bug:**
When you run to get the pdf of an MD file, some weird w…
-
### Minimal, reproducible example
```TypeScript
import puppeteer from "puppeteer";
const browser = await puppeteer.launch({
headless: false,
product : "chrome",
defaultViewport :…
-
a(href="*.pdf") がクロール対象になってエラーが発生する
```
(node:15322) UnhandledPromiseRejectionWarning: Error: net::ERR_ABORTED at https://www.nichicon.co.jp/new/pdfs/disaster_repair_products_support.pdf
at n…
-
### Minimal, reproducible example
```TypeScript
await page.click(".element-which-is-behind-sticky-element");
```
### Error string
no error
### Bug behavior
- [ ] Flaky
- [ ] PDF
…
-
Hi, I'm having troubles sometimes with generating pdf...
Code
```js
/** ****************************************************************************************
* Use puppet…