Try to generate pdf on html where attached css by internal path
For example:
<link rel="stylesheet" type="text/css" href="file:///path_to_css/css/some.css" />
But result pdf without any style.
How can i resolve it?
For example:
<link rel="stylesheet" type="text/css" href="file:///path_to_css/css/some.css" />
But result pdf without any style.
How can i resolve it?