Skip to content

PDF is missing Charts. When used Google Charts, Nivo Chart and few other charts. #130

Description

@chdharm

`const wkhtmltopdf = require('wkhtmltopdf');

//On local:3000 I am running the service which returns chart based web page.
const baseUrl = "http://localhost:3000/";
let fileName = "output.pdf";

wkhtmltopdf( baseUrl, { output: fileName }, function(){
console.log("Successfull")
});
`
No charts are printed in PDF. What should I do.
I know that if I can delay the PDF generation after page load but here in this API I have no such control.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions