My css not loading
I have this page and I need to convert it to pdf
But I have the following return
My code is this:
Where there may be an error for not loading the css correctly? Thaks!
Try using the full path to the CSS file. printThis creates an iframe and that iframe can't use relative paths, so a fully qualified URL to the CSS is needed.
I edited the code to the full path, but it still presents the same way as above

I need to add some more properties?
To reference files on your hard drive, you may need to do the following:
file:///C:/mystyles.css
But if you're using localhost then it would be something like:
http://localhost:8080/mystyles.css
The command prompt calls css.
But in the pdf it is still different from the website

In this configuration I still get the same output

Hello I solved loading the style inside the html div. Thank you for your help!