export-html icon indicating copy to clipboard operation
export-html copied to clipboard

Docker container to Export HTML to PDF/PNG (using Google Chrome)

Results 9 export-html issues
Sort by recently updated
recently updated
newest added

Hi, First of all great repository, the API makes it a lot easier to use your tool compared to others. I've noticed that this and similar tools are used by...

I've created a PR which exposes the "fromSurface" screenshot option, as well as adding the ability to specify the viewport to use when creating a screenshot - when requesting a...

Hi, Trying to crop an html page I found that although I can specify the clip parameters, I cannot specify the viewport size: ```json { "html": "...", "export": { "type":...

Great project, finally I have been able to render Html as images in a docker container. One issue: image quality cannot be specified for PNG images, and doing will result...

We are seeing a timeout error on a large HTML payload. Hope someone can help I am using curl to test this, and my curl command is: ``` curl -vv...

Great project! It works perfectly in many cases. However, I encountered an issue when using web fonts in the HTML and calling the `/1/screenshot` API endpoint to render an image....

Hi, I've created a PR to fix the loading of web fonts in the screenshot endpoint. The web fonts work well with PDFs, but they don't work for images. ```...

As of the puppetier [API docs](https://pptr.dev/api/puppeteer.screenshotclip) of the `screenshot` method the `scale` parameter is defined on the `clip` element and not top-level on the options as required by your API.

Let's bump the image to the latest minor version. [`v23.0.0`](https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-v23.0.0) might break stuff.