Giter VIP home page Giter VIP logo

Comments (4)

Szpadel avatar Szpadel commented on May 27, 2024

Is this some server side initiated resource? vietual-time-budget simulate all time events (setTimeout etc) to happen up to that time as fast as possible, therefore it will take much less than that time, but it should have the same effect as really waiting that time when all time related logic is happening in browser

from chrome-headless-render-pdf.

gryphonshafer avatar gryphonshafer commented on May 27, 2024

The page I'm trying to PDF has some Javascript on it that needs between 1 and 2 seconds to run (which manipulates content in the DOM a bit). Regardless of what I've tried thus far, the rendered PDFs all have only the first couple of ms-worth of that Javascript's work completed. What I'm trying to do is force Chrome to not print for 2000ms.

This may be something in chrome(ium) and not something chrome-headless-render-pdf can do. But I'm not finding a solution other than using something like Puppet directly.

from chrome-headless-render-pdf.

DegenComedian avatar DegenComedian commented on May 27, 2024

any news on this? I also stuck with the same problem.
Having a page which does call an external REST Api and needs 1-2 seconds to finish.
The screenshot always only contains the progress bar which is shown when page is started.
My code

RenderPDF.generateMultiplePdf(
 [{ url: "https://mywebpage/", pdf: "/tmp/outputPdf.pdf" }],
   {
     chromeBinary: "/usr/bin/chromium",
     chromeOptions: ['--no-sandbox', '--virtual-time-budget','2500']
   })

also tried

RenderPDF.generateMultiplePdf(
 [{ url: "https://mywebpage", pdf: "/tmp/outputPdf.pdf" }],
   {
    chromeBinary: "/usr/bin/chromium",
    chromeOptions: ['--no-sandbox', '--virtual-time-budget=2500']
   })

chrome-headless-render-pdf seems to disrespect this chrome option

from chrome-headless-render-pdf.

Szpadel avatar Szpadel commented on May 27, 2024

U added new option to set increase time budget --js-time-budget from default 5s
from api its jsTimeBudget

from chrome-headless-render-pdf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.